Aspose.Cell modify original excel control (button) to text

Hi,

I have an Excel document (xlsm) that contain a control button an the cell A1. When we open this file with Aspose and save it in a new file, the control button is lost and a text is inserted instead.

If Aspose cannot process any special control in excel object, at least it supposed to not modify it.
Can you provide us a solution or a work around for this issue?

Thank you,

Hi,

Thanks for the sample project with template file.

I can notice the issue in the output XLSM file while viewing it in MS Excel 2010. The output file is not exactly the same as your input XLSM file for the control you mentioned in the first worksheet that does not behave the same or rendered properly.

Sample code:

Workbook workbook = new Aspose.Cells.Workbook("e:\\test2\\Tm1SliceTest.xlsm");
workbook.Save("e:\\test2\\Tm1SliceTest_Out2.xlsm", SaveFormat.Xlsm);

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

Thank you.

Hi,

We have fixed this issue.

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

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


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