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)
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.