Reading or Parsing an Excel file using Aspose.Cells

Following excel cannot be parsed but after saving it again, we are able to parse it. Do you know why is that?
2021-05-25_1429_UpdatedRates (2) (1).xlsx.zip (1.4 MB)

@canangunicen,
I can load the attached file without any problem using Aspose.Cells for .NET 21.5. Can you please try to use latest version and let us know your feedback.

Hello we are using Aspose for Java, is it possible that could differ?

@canangunicen,
The latest version of Aspose.Cells for Java is neither reproducing the issue so please upgrade and let us know your feedback.

@canangunicen,

Please try our latest fix (Aspose.Cells for Java v21.5.5):
aspose-cells-21.5.5-java.zip

I did test using the following lines of code and it reads and re-saves the file fine:
e.g.
Sample code:

Workbook workbook = new Workbook("f:\\files\\2021-05-25_1429_UpdatedRates (2) (1).xlsx");
workbook.save("f:\\files\\out1.xlsx");

If you still find any issue, kindly do share more details and your sample code, we will check it soon.