Jump to content

Problem with SHEET_NAMES parameter


r3n4n

Recommended Posts

 I set the parameter SHEET_NAMES:


exporter.setParameter(JExcelApiExporterParameter.SHEET_NAMES, new String[]{"Report0","Report1","Report2"});

And the parameter JASPER_PRINT_LIST with my printList with three JasperPrint elements:

exporter.setParameter(JExcelApiExporterParameter.JASPER_PRINT_LIST, printList);

But the three sheets, only the first is renamed according to the parameter SHEET_NAMES.
 
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...