New worksheet relationships are getting added by Aspose.cells when converting a XLSB workbook to XLSM

Hi,
I have converted the attached XLSB sample file to XLSM using Aspose.cells, the XLSM file is having new worksheet relationships added , where as the original XLSB file is not having these new worksheet relationships.
The worksheet relationships can be viewed by opening the file in “\xl\ _rels” path
Please help me with this issue.
MacroModulesAddingAsWorksheets-4.zip (24.5 KB)

@vedavyas.velaga,

Thanks for the template file.

Please notice, I am able to reproduce the issue as you mentioned by converting your template XLSB to XLSM. I found new worksheet relationships are getting added by Aspose.Cells when converting an XLSB workbook to XLSM:
e.g.
Sample code:

Workbook workbook = new Workbook("e:\\test2\\MacroModulesAddingAsWorksheets-4.xlsb");
workbook.Save("e:\\test2\\out1.xlsm", Aspose.Cells.SaveFormat.Xlsm);

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

Once we have an update on it, we will let you know.

@vedavyas.velaga,

We are pleased to inform you that the ticket (logged earlier as “CELLSNET-51435”) has been resolved now. The fix will be included in the next official release (Aspose.Cells v22.8) which is scheduled to be released in the second week of August 2022. You will also be notified when the next version is published.

The issues you have found earlier (filed as CELLSNET-51435) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi