Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » create multiple sheets in Excel report(create multiple sheets in Excel report where only grids are used in .rpt design)
create multiple sheets in Excel report [message #1759304] Mon, 10 April 2017 12:30 Go to next message
kusuma Venkatachala is currently offline kusuma VenkatachalaFriend
Messages: 2
Registered: February 2017
Junior Member
How to create multiple sheets excel report?
I'm using only grids in .rptdesign, and the condition given is

if("xls_spudsoft".equalsIgnoreCase(excelRenderOption.getOutputFormat())) {
excelRenderOption.setOption(IRenderOption.EMITTER_ID, "uk.co.spudsoft.birt.emitters.excel.XlsEmitter");
}

Please explain in detail
Re: create multiple sheets in Excel report [message #1842011 is a reply to message #1759304] Mon, 07 June 2021 08:19 Go to previous message
Robert Jones is currently offline Robert JonesFriend
Messages: 10
Registered: June 2021
Junior Member
New sheets are created from Page Breaks, but work best when used as a group on a table. It can work from general elements and page breaking, but you do not have control over the sheet names. You should also make sure that the elements have names (in the general section of properties).
Previous Topic:Problem Deploying Birt Viewer from latest Runtime
Next Topic:Difference between BIRT Designer & Runtime using Excel emitter
Goto Forum:
  


Current Time: Thu Apr 25 02:13:09 GMT 2024

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

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

Back to the top