Hi,
After simple open/save routine the following Exception is being thrown: java.lang.IllegalArgumentException: Invalid column index.
Can you please check this out?
Thanks,
Zeljko
Zeljko
Code:
String path = “Test.xls”;
Workbook workbook = new Workbook(path);
workbook.save(“TestXX.xls”);