Hello,
Hi,
Thanks for your posting and using Aspose.Cells.
We were able to observe this issue after opening and saving your Excel file using the latest version: Aspose.Cells
for .NET v8.2.0.2. The output file gets corrupt after resaving with Aspose.Cells.
We have logged this issue in our database for investigation. We will look into it and fix this issue. 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-42966.
I have tested it with the following code and attached the output file for a reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\Transportation_Note.xlsx”;
Workbook workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.xlsx”);
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.2.0.3 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-42966) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.