Skip to main content



      Home
Home » Archived » BIRT » Integrate Birt Excel
Integrate Birt Excel [message #255938] Fri, 21 September 2007 19:56 Go to next message
Eclipse UserFriend
Originally posted by: yavain01.hotmail.com

Is there API for excel emitter / tutorial for how to integrate excel
emitter into rcp??

right now i export birt report into pdf like this:
IRenderOption options = new HTMLRenderOption();
options.setOutputFormat("pdf");

can i do the same for excel?
Re: Integrate Birt Excel [message #255946 is a reply to message #255938] Sat, 22 September 2007 09:42 Go to previous message
Eclipse UserFriend
Hi,

Did you try

options.setOutputFormat(type);

This is what I used to integrate the XLS emitter into the BirtComponent for
Pentaho.

Klaasjan

"Ian" <yavain01@hotmail.com> wrote in message
news:6c8aeebfc30eb6073dc6628a89be46a8$1@www.eclipse.org...
> Is there API for excel emitter / tutorial for how to integrate excel
> emitter into rcp??
>
> right now i export birt report into pdf like this:
> IRenderOption options = new HTMLRenderOption();
> options.setOutputFormat("pdf");
>
> can i do the same for excel?
>
>
Previous Topic:image programmatically
Next Topic:What is the minimal deployment of the webviewer?
Goto Forum:
  


Current Time: Tue Sep 16 23:02:07 EDT 2025

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

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

Back to the top