Question

I am writing a JBOSS web app with Struts2 and would like to produce reports in PDF and XLS format. How can I do this? Are there popular packages that can do this for me?

Was it helpful?

Solution

Here's a list of PDF libraries for Java. We use iText extensively.

jFreeReport (scroll down on linked page to find) also offers Excel generation, though I have not used that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top