Jump to content
Changes to the Jaspersoft community edition download ×

setWorkbookTemplate for JRXlsxExporter


NOjeil

Recommended Posts

Dear All ,

Currently I am using the property 'setWorkbookTemplate' to append a generated report to an existing 'XLS' file using the JRXlsExporter

Now I need to do the same with a 'XLSX' file ,is there any similar property to use  with the JRXlsxExporter since i am trying the below but it is not working

                JRXlsxExporter exporter = new JRXlsxExporter();


                exporter.setWorkbookTemplate(destinationFilePath);


                exporter.setWorkbookTemplateKeepSheets(true);

Regards,

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...