Open GoogleCodeExporter opened 9 years ago
Old binary .xls format doesn't support more than 65545 rows.
You have to use new Excel 2007 .xlsx format. Example:
ExcelExport ee = new ExcelExport(table, new XSSFWorkbook(), "title", null,
"file.xlsx", false);
ee.setMimeType("application/vnd.openxmlformats-officedocument.spreadsheetml.shee
t");
ee.export();
Original comment by rostisla...@gmail.com
on 26 Aug 2013 at 5:01
Original issue reported on code.google.com by
jgama...@jarris.com.co
on 3 Aug 2012 at 4:20