Getting multiple sheets on the same excel output using the BIRT reporting tool (open source version)

I need to get output with several tabs in the final report in excel fromat. I am using birt 4.2.0. Any help ????

+5
source share
2 answers

From what I put together, messing with BIRT, there is only a way to get multi-page (I assume that this is what you think in terms of multi tabbed output) in excel format, possibly using custom emitters for xls.

For more information, visit these sites:

+3
source
     options = new EXCELRenderOption(outputFormat: "xls")
     options.setEmitterID("uk.co.spudsoft.birt.emitters.excel.XlsEmitter" )

40 . , , , , , , , .

0

All Articles