Reputation: 15
Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not find any example or tutorial.
What would you recommend as an alternative solution. As far as I know Jasper Reports allow only RTF format generation.
Thank you for your answer/explaination
Upvotes: 0
Views: 3555
Reputation: 6581
Other alternatives include Docmosis and JODReports. The Docmosis website has an online demo where you can get a feel for it.
Upvotes: 0
Reputation: 34451
Yes, BIRT can generate a report in HTML, Postscript, PDF, Excel, and Word out of the box.
http://wiki.eclipse.org/BIRT/FAQ/Output_Formats
Upvotes: 1