Shape Name changed after saving .xlsm into new workbook

Hi, Aspose Team!

We faced another issue (which actually the 5th one in the row for one case in our usage). Now we have problems with spape names.
When you just open .xlsm workbook and save it in the new one, some of the picture names become corrupted. In our case “navEventEffectOutputPic” become “navEventEffectOutputPic5”
(5 in the end). This cause troubles in case you try to select it via VBA code.

Could you, please, review and fix this issue?
I’ve attached sample app and 2 screenshoots - before and after.

Thank You in advance,
Denis

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

I have generated the output file with the following code using your template file. Please download and open it and let me know if pictures names are correct or there is still a problem.

I have run the following code with the latest version:
Aspose.Cells
for .NET v7.2.0.7

Please download and try it.

Could you please check, how did you check the picture names? Are you seeing them in a VBA? How do you open the dialog box as you have shown in the image.

C#


string filePath = @“F:\CheckAspose\Models\TemplateSheet.xlsm”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.xlsm”, SaveFormat.Xlsm);


Hi, Shakeel Faiz!

Yes in your attached output file bug is still present.
In order to view all objects refer to attached screenshot.
Click on “Find and Select” then on selection Pane. Note, that I used Excel 2010. Not sure, whether 2007 Excel have this feature. 2003 seems to lack this one.

If you have any questions, you are welcome to ask

With Best Regards,
Denis

Hi,

Thanks for your input and the screenshot.

We have logged this issue in our database. Development team will look into this issue and once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-40672.

I have attached the screenshot for a reference.

Screenshot:

Hi,

We have fixed this issue.

Please download and try the latest fix: Aspose.Cells for .NET v7.2.0.8

Hi, Shakeel Faiz!

Everything is working great now! Chain consisted of 5 bugs is broken finally!

Thank You very much for your ultra-fast responses and bugfixes!

With Best Regards,
Denis

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


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