Creating birt report with multiple excel sheets using design engine api

JavaUser007
edited February 11, 2022 in Analytics #1

Hello,

I'm creating the birt design file (.rptdesign) through BIRT design engine api (4.7). However I'm facing a problem while creating multiple tables as I need multiple sheets in excel. My idea is to have multiple tables (each sheet will have one table). Could you please validate my idea and through some light on API usage/example.

Thanks in advance.

Comments

  • If you add a page break to the tables, they will appear on different sheets by default when rendered in XLSX. The setPageBreakBefore() method is in the Style class.

    Warning No formatter is installed for the format ipb