ravindersinghblujay / tableexport-for-vaadin

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 2 forks source link

Enable exporting multiple sheets #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See comment on main add-on page (not the forum). " Is there any way to export 
multiple sheets ?"

Original issue reported on code.google.com by jnas...@gmail.com on 13 Nov 2011 at 7:36

GoogleCodeExporter commented 9 years ago
Create an ExcelExport with a Table and call convertTable() instead of the usual 
export() (export() just calls convertTable() followed by sendConverted()). Then 
call setNextTable with the next table and the next sheet name. Then call 
convertTable() again. Do as many times as you want. On the last Table, call 
export().

Original comment by jnas...@gmail.com on 13 Nov 2011 at 7:57