Hi,
After running the code below the following Exception is being thrown: java.lang.IllegalStateException: Parse double exception: illegal string format
Can you please check this out?
Thanks,
Zeljko
Code:
public void testAspose() throws Exception {
String path = “295.xlsx”;
Workbook workbook = new Workbook(path);
}
Hi,
Thanks for the template file.
Please try our latest version/fix: Aspose.Cells for Java v8.8.3.5
I have tested your scenario/ case using your sample code with your attached file, it works fine.
Thank you.