views:

30

answers:

1

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?

A: 

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.

Eric J.