Aspose breaks Excel 2007 document

Hello,

I have a document (source.xlsx in attachment)

I opened it with aspose and calculate formuals with the code below and as a result dest.xlsx is corrupted and can't be opened by Excel:

Dim Workbook As New Aspose.Cells.Workbook

Workbook.Open("source.xlsx", Aspose.Cells.FileFormatType.Excel2007Xlsx)

Workbook.CalculateFormula(True)

Workbook.Save("dest.xlsx", Aspose.Cells.FileFormatType.Excel2007Xlsx)

Regards, Olexandr

Hi Olexandr,

Thanks for providing us the template files (source + dest xlsx files).

We have found the issue after an initial test and will figure it out soon.

Thank you.

Hi,

Please try the attached version.

Thank you