1

I know that we can export a table to excel using displaytag in spring.But i need to export multiple tables in same excel file as different excel sheets using the displaytag.Is there any way to do it.

rakesh menon
  • 1,081
  • 3
  • 15
  • 30

1 Answers1

0

Display tag does not support exporting multiple tables into the same file at the same time.

You will have to write your own export class.

Check Displaytag src. It custom export examples as HTML or using iText.

Sully
  • 14,672
  • 5
  • 54
  • 79