Hello
I have to create reports that will display information from a database
(mySQL database). At the moment, I use jfreereport. However, that format is
not so nice. Is there any better choice? Can export to MS Word document?
Thanks for any help
S.Hoa
Alex Molochnikov - 12 May 2005 02:33 GMT
You can try Scribe: www.reportgenerator.org. The Personal edition is free.
> Hello
> I have to create reports that will display information from a database
[quoted text clipped - 3 lines]
> Thanks for any help
> S.Hoa
Andoni - 12 May 2005 15:01 GMT
You can try using Excel?
Create a template in excel, have a sheet (excel sheet) devoted solely to
data, that all the other sheets read from, then use POI (part of Apache) to
write your values to the data sheet.
HTH,
Andoni.
> Hello
> I have to create reports that will display information from a database
[quoted text clipped - 3 lines]
> Thanks for any help
> S.Hoa