ravindersinghblujay / tableexport-for-vaadin

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

Enable SXSSFWorkbook #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see: https://vaadin.com/forum/-/message_boards/view_message/579716

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

GoogleCodeExporter commented 9 years ago
There is now a constructor in ExcelExport where you can pass in a POI Workbook. 
If you don't pass in one, it just creates a new HSSFWorkbook as before. So you 
can pass in a SXSSFWorkbook and it will use that. Was unable to specifically 
test with a SXSSFWorkbook because it does not yet come with the POI jar 
distribution.

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