Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have tested your file with the following code and found that latest version: Aspose.Cells
for .NET v7.4.0.1 is working fine without any issue.
Please download the latest version, it should resolve your issue.
We have attached the output xlsm file generated by this code for your reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\EVM_Template.xlsm”;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.xlsm”, SaveFormat.Xlsm);
Yep, that did the trick.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We are glad to know that the latest version has resolved your issue.
If you face any other issue, please feel free to let us know, we will be pleased to help you more.