Someone knows any java library that allows me to export information to doc format, I appreciate variety.
My project is using Java EE and STRUTS2. So I need to evaluate and to compare the options.
For example JASPERREPORTS.
Someone knows any java library that allows me to export information to doc format, I appreciate variety.
My project is using Java EE and STRUTS2. So I need to evaluate and to compare the options.
For example JASPERREPORTS.
A good option is Apache POI. I have used it with Excel documents but it also provides support for handling .doc files.
Here is an example.