After saving- the excel worksheet data disappeared

Hi, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Could you please help me with this issue.

After saving, the data on worksheets Tabelle1 and FX are removed.

I have attached an input and output files.

string pathIn = "TableIn.xlsm";

string pathOut = "Output.xlsm";

Workbook _wb = new Workbook(pathIn);

_wb.Save(pathOut);

Hi,

Thanks for your sample files and the sample code and using Aspose.Cells for .NET.

We were able to replicate this issue.

We will look into it and fix the issue and get back to you asap.

This issue has been logged as CELLSNET-41077.

Hi,

We have fixed this issue.

Please download and try this fix: Aspose.Cells for .NET v7.3.1.7 and let us know your feedback.

Thank you very much for quick response. This is very important for us!

Hi,

You are welcome.

I have attached the output xlsm file generated using the latest version:
Aspose.Cells
for .NET v7.3.1.7
with the following sample code for your reference.

You can download and analyze it at your end.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\test\TableIn.xlsm”;


Workbook workbook = new Workbook(filePath);

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


Yes. It is fixed. Thank you, Shakeel!

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


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