Unreadable content after opening and saving xlsx file

Hello,

I have a problem with attached file (Transportation_Note.xlsx).
When I open and save the file, Excel reports “Excel found unreadable content”. I’m using Aspose a lot and with other files I haven’t such problems. I’ve tried to open/save file via path and as a stream, but the result is same.

When Excel reports message “unreadable content” and I let it to repair the following message apears:"Repaired Records: Drawing from /xl/drawings/drawing1.xml part (Drawing shape)"

I’m using Aspose.Cells 8.2.0

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.