Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Download automatic report (xlsx)( Download automatic report (xlsx) - BIRT)
Download automatic report (xlsx) [message #1843928] Tue, 24 August 2021 18:45 Go to next message
Eclipse UserFriend
Hi guys, how are you?
I have one more question, is it possible to configure so that when a report is executed it is automatically downloaded in a predefined format? If yes, could you help me?
Re: Download automatic report (xlsx) [message #1843931 is a reply to message #1843928] Tue, 24 August 2021 22:19 Go to previous messageGo to next message
Eclipse UserFriend
depends how you are getting to your report. If you have created your own front end, then you can always select the xlsx format. From which front end are you doing this from?
Re: Download automatic report (xlsx) [message #1843946 is a reply to message #1843931] Wed, 25 August 2021 10:56 Go to previous messageGo to next message
Eclipse UserFriend
I created my own report (front-end) myself. How do I always select xlsx format?
Re: Download automatic report (xlsx) [message #1843977 is a reply to message #1843946] Thu, 26 August 2021 00:55 Go to previous messageGo to next message
Eclipse UserFriend
you can do:

EXCELRenderOption csvOptions = new EXCELRenderOption();
csvOptions.setEmitterID("uk.co.spudsoft.birt.emitters.excel.XlsEmitter");
task.setRenderOption(csvOptions);
Re: Download automatic report (xlsx) [message #1843982 is a reply to message #1843977] Thu, 26 August 2021 05:01 Go to previous messageGo to next message
Eclipse UserFriend
I want output in report web viewer is this possible with this code?
Re: Download automatic report (xlsx) [message #1844003 is a reply to message #1843977] Thu, 26 August 2021 16:54 Go to previous message
Eclipse UserFriend
Sorry, but I'm still learning how to integrate the codes with BIRT. Do I have to create a new java class with this code and then reference this class in my report? If so, could you guide me? I researched a lot on the internet but I didn't find anything related to it, could you guide me? I want so much learn.
Previous Topic:Group Row Number
Next Topic:pdf format not rendering properly
Goto Forum:
  


Current Time: Sun Feb 16 10:09:47 GMT 2025

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

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

Back to the top