Output Excel of New Version crashes the Microsoft Excel 2016

Open Excel file with
Dim pWorkbook As Aspose.Cells.Workbook = Aspose.Cells.Workbook(filename1)
and save it with pWorkbook.Save(fileName2)

Open file fileName2 with Excel 2016
Select second worksheet and Excel break and close.
I try it by Aspose.Cells for .NET 18.1.0

attached file:R02.zip (47.5 KB)

filename1 = R02.xlsx
fileName2 = R02_saved.xlsx

If use Aspose.Cells for .NET 16.10.0 it’s OK.

Also this error at Aspose.Cells for .NET 17.11.0 and 17.10.0.
It’s OK at Aspose.Cells for .NET 17.9.0

@aihtos.r

Thanks for using Aspose APIs.

We were able to observe this issue and logged it in our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will update you asap.

This issue has been logged as

  • CELLSNET-45878 - Output Excel File of New Version crashes the Microsoft Excel 2016

Download Link:
Old and New Version Output Excel Files.zip (47.6 KB)

C#

Workbook wb = new Workbook("R02.xlsx");
wb.Save("out-"+ CellsHelper.GetVersion()+".xlsx");

Screenshot - Excel 2016 Crashes

@aihtos.r

Thanks for using Aspose APIs.

This is to inform you that we have fixed your issue CELLSNET-45878 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

@aihtos.r

Thanks for using Aspose APIs.

Please download and try the following fix and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-45878) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi

The issues you have found earlier (filed as CELLSNET-45878) have been fixed in this update. Please also check the following article:* <a href="Install Aspose Cells through NuGet|Documentation