Reports in Java. What tool to use?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2009-04-24T13:39:57Z Indexed on 2010/05/13 6:24 UTC
Read the original article Hit count: 291

Filed under:
|

Hi, I need to create some reports, in different formats (xls, pdf, rtf). I am currently using JasperReports, in conjunction with IReport. I have no major complaints about it (except for the cases when IReport messes up my xml files), but i've been having some problems with it, when exporting to xls files and with some "special" characters, such as '&'.

Is there a widely use alternative? Is JasperReports the right choice?

© Stack Overflow or respective owner

Related posts about java

Related posts about jasper-reports