Hi,
When I try to save the attached workbook, this exception occurs:
java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method)
Here’s the code I use:
String path = “pv00008.xls”;
Workbook workbook = new Workbook(path);
workbook.save(“pv00008-16.11.0.xls”);
I’m using Aspose.Cells for Java 16.11.0.
Can you check this?
Thanks,
Zeljko
Thanks,
Zeljko