Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Is there support for Word and Excel output formats in the BIRT API?
Is there support for Word and Excel output formats in the BIRT API? [message #770229] Fri, 23 December 2011 17:37 Go to next message
John Roberts is currently offline John RobertsFriend
Messages: 18
Registered: August 2011
Junior Member
I am generating ad-hoc reports on the fly in a servlet. I see how to send a report back as HTML or PDF. Does the BIRT API support other formats? The BIRT runtime app performs these exports, but I don't see anything in the API.
Re: Is there support for Word and Excel output formats in the BIRT API? [message #771541 is a reply to message #770229] Tue, 27 December 2011 15:06 Go to previous message
Alessio Pollero is currently offline Alessio PolleroFriend
Messages: 74
Registered: August 2011
Member
Yes, Word and Excel are both supported by birt engine.

You can set it into Report engine options :

HTMLRenderOption options = new HTMLRenderOption();
options.setOutputFormat("xls");

task.setRenderOption(options);
Previous Topic:Where do I find BIRT Charting Programmer Reference or BIRT Programmer Reference?
Next Topic:Birt Runtime Error
Goto Forum:
  


Current Time: Fri Apr 26 16:36:12 GMT 2024

Powered by FUDForum. Page generated in 0.03451 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top