Here are some sample projects which illustrate the issue. The issue is with HFM formulas (Hyperion Financial Management) but may occur with other types of add-ins as well. The problem is that after these excel files are saved by Aspose.Cells and then opened by Excel, Excel will complain about unreadable content in the cells. In order to open the file you have to answer yes to the fix prompt, if you say yes then all of the HFM formulas are gone. Two projects are provided, one is with the latest version of aspose and shows the problem, the other is with a previous version of Aspose (6.0.0.0) which does not have the problem. From my people here are my company, I hear that they think this issue may have started sometime around Aspose.Cells 7.0.30 if that information helps you at all.
Your help in this matter is greatly appreciated, thank you.
Hi,
Simplest code:
string fileNameHFM = @“E:\test2\corrupting\HFMFormula_v712\HFMFormula\InputHFM.xlsx”;
string fileHFM2007 = @“E:\test2\corrupting\HFMFormula_v712\HFMFormula\Output.xlsm”;
Workbook wb = new Workbook(fileNameHFM);
wb.Save(fileHFM2007, SaveFormat.Xlsm);
Hi,
We will provide you a fix in next few days after testing. Thanks for your cooperation.
This seems to have fixed the problem. Thank you.
Hi,
Thanks for your feedback.
The issues you have found earlier (filed as CELLSNET-40468) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.