Menu

#143 Spreadsheet java.lang.IndexOutOfBoundsException: Index 65535

open
nobody
General (11)
5
2010-04-28
2010-04-28
Sam Chuang
No

Workbook import fails with:

org.zkoss.zk.ui.impl.UiEngineImpl handleError:1128
SEVERE; >>java.lang.IndexOutOfBoundsException: Index 65535, Size: x
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at org.zkoss.zss.model.impl.ExcelImporter.importNamedRanges(ExcelImporter.java:692)

If new spreadsheet is created and content copied to new spreadsheet error does not occur but if whole sheets are copied to the new workbook then the error occurs.

Demo used: http://www.zkoss.org/download/download.zul?file=spreadsheet/zk-zss-app-1.0.0-RC2.zip&link=/download

Discussion


Log in to post a comment.