4

how to create a multi worksheet excel jasper report??

can i only specify in the jrxml file???

or i need to do some special coding in java???

jojo
  • 13,583
  • 35
  • 90
  • 123

1 Answers1

0

You need do some extra works on the 'export to Excel' function,write your report data sheet by sheet.

liya
  • 782
  • 5
  • 6
  • Here is more info: http://stackoverflow.com/questions/3977658/how-do-you-export-a-jasperreport-to-an-excel-file-with-multiple-worksheets – sventechie Apr 09 '15 at 16:50