Open marmys opened 7 years ago
I believe this is fixed in the latest code, can you check it out and install it locally?
Hi, thanks for reply. In the latest code throwing ArrayIndexOutOfBoundException is fixed. But another problem is that now MissingSheetException is thrown when sheet is missing and according to documentation null should be returned.
version used: 1.1.0
stack trace: java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:418) at java.util.ArrayList.get(ArrayList.java:431) at com.monitorjbl.xlsx.impl.StreamingWorkbook.getSheet(StreamingWorkbook.java:85)