r3n4n Posted October 23, 2009 Share Posted October 23, 2009 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now