开发者

export a report in ms word(97-2003) without using RTFExporter in jasper reports

开发者 https://www.devze.com 2022-12-13 03:22 出处:网络
I have a report which needs to be exported in pure word format(97-2003) using jasper report. But Jasper uses R开发者_JAVA百科TFExporter for exporting report in doc format, wen i read the report using

I have a report which needs to be exported in pure word format(97-2003) using jasper report. But Jasper uses R开发者_JAVA百科TFExporter for exporting report in doc format, wen i read the report using POI, it throws error saying its not pure word. Can anyone help how to generate a report in word using Jasper reports. Please help!


I'm pretty sure you can't do anything closer than RTF from Jasper. If you can't replace the Jasper report, then you need to find something that will read the RTF and render it as a DOC. You could use Docmosis to read the RTF and spit out a DOC. Docmosis is based on OpenOffice and Java and OpenOffice has pretty impressive filters for saving in different formats. Also, most platforms are supported since you haven't mentioned any limitations on what type of system you are running on.


Aspose.Total will allow you to generate .doc files from Jasper.

Aspose.Words for JasperReports is the only known solution on the market that makes possible exporting reports from JasperReports and JasperServer to Microsoft Word document (DOC), Office Open XML (OOXML, DOCX), Rich Text Format (RTF), OpenDocument Text (ODT), Web page (HTML) and plain text (TXT) formats.

It looks quite expensive, though.

0

精彩评论

暂无评论...
验证码 换一张
取 消