Hello,
I have a question regarding .NET.Cells relating to embedded objects, specifically whether or not this it is a bug and if so any time frames on a possible resolution.
When I open and save an excel spreadsheet the name of the embedded objects are all renamed to 'Object 1.
Workflow
- Open the source document(s) via .NET.Cells.
- Perform a save operation.
- Open the saved file and assess the name of the objects.
Result
- All of the objects are now named ‘Object 1’.
I have attached two Excel source document, one of them has embedded objects and the other has linked objects. To view the name of the objects to Page Layout->Arrange (group)->Selection Pane.
I have also attached the result documents after performing the operations stated in the workflow.
The version of Aspose.Cells is 7.6.0.0. The code that is being exited is the following:
Workbook workbook = new Workbook(“example.xls”);Thanks in advance.
workbook.Save(“example_resaved.xls”);
Rad.