Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set excel sheet name in BIRT API?

Tags:

java

excel

birt

When I use birt api to export excel, the excel's sheet name is default set to Sheet0. Is there a way to custom sheet name in birt API?

like image 363
Deng Daocheng Avatar asked Sep 03 '25 03:09

Deng Daocheng


1 Answers

I had a report with two table and page break after the first one so each table made their own sheet. after selecting each table go to the script and in the "on create" script, code this: this.name = "Sheet Name"; image

like image 146
razieh hafizi Avatar answered Sep 06 '25 05:09

razieh hafizi