Project:
View Revisions: Issue #29862 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0029862: Ability to generate excel reports with more than 65532 rows | ||
Revision | 2017-02-02 13:15 by caristu | ||
Description | Currently processes that generate excel reports should control by itself the number of generated rows. And in case a limit (65532) is reached, then an error message is thrown. This limit control is done because there exists a limitation in the jxl library used for generate this kind of reports, when that limit is reached then a jxl.write.biff.RowsExceededException is thrown. It would be nice if the application would have the ability of generate excel reports with more that 65532 rows. Project page: http://wiki.openbravo.com/wiki/Projects:Support_Xlsx_Export_Format [^] |
||
Revision | 2017-01-12 12:27 by caristu | ||
Description | Currently processes that generate excel reports should control by itself the number of generated rows. And in case a limit (65532) is reached, then an error message is thrown. This limit control is done because there exists a limitation in the jxl library used for generate this kind of reports, when that limit is reached then a jxl.write.biff.RowsExceededException is thrown. It would be nice if the application would have the ability of generate excel reports with more that 65532 rows. |
Copyright © 2000 - 2009 MantisBT Group |