ActiveX Controls Corrupts Workbook

I recently updated my Aspose.Cells version within my project and now workbooks that have ActiveX controls within them get corrupted. When the Excel file opens up I get a warning about “unreadable content”. Example attached.

Hi,

Thanks for the file and sample code.

I have tested your issue and found the issue. The output XSLM file is corrupt as you pointed out.

Sample code:

string filePath = @"E:\test2\activex\Book1.xlsm";
Workbook workbook = new Workbook(filePath);
workbook.Save(@"E:\test2\activex\outbook1.xlsm");


I have logged a ticket with an id: CELLSNET-41158 for your issue. We will look into it soon.

Thank you.

Hi,

We have fixed this issue.

Please download and try this fix: Aspose.Cells for .NET v7.3.3.1 and let us know your feedback.

Looks good. Thank you.

Hi,


Good to know that your issue is resolved by the new fix: v7.3.3.1.

Feel free to contact us any time if you need further help.
Thank you.

The issues you have found earlier (filed as CELLSNET-41158) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.