Cannot open .xlsx file

Hi,

I have a problem when try to open attached file, Aspose.Cells(version 2.5.4) throws Exception.

Can you check this and say me what is the problem, e.g what I can do with file, if possible, to be a regular?

Thanks,
Bojan

Hi,

Thanks for your posting and using the Aspose.Cells for Java.

I found, you are using the older version. We cannot fix the bugs based on the older version.

So, we recommend you to upgrade your code and use the latest version instead:
Aspose.Cells for Java (Latest Version)

Also, I have tested your file and found it is working fine with the latest version. Please see the code below and output file.

Java


String filePath = “F:\Shak-Data-RW\Downloads\DELTA.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + “.out.xlsx”);