Corrupted workbook after simple opening\saving

Hello, Aspose team!

Thank You for all your hard work for fixing issues in your product!
You are really very helpful!

I have another issue in Aspose.Cells.
In the attached sample project you will find intial file called "test_template.xlsm"

All that this sample project do is just workbook open from file - workbook save into new file.

But afterwards file become corrupted (see the big grey line appearing in the file out.xlsm in the bin folder)

Could you, please review and fix this issue it is very important for us.
(i’ve removed .lic from project for security reasons)

Thank You in advance,
Denis

Hi,

Thanks for your posting and using Apsose.Cells for .NET.

I was able to reproduce this problem using the latest version.

We have logged this issue in our database. Once the issue is fixed or we have some update relating to it, we will let you know asap.

This issue has been logged as CELLSNET-40529.

Please see the code below. I have also attached the screenshot, source and output files.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\Vproj\CheckAspose\CheckAspose\Models\test_template.xlsm”;


Workbook workbook = new Workbook(filePath);


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

Screenshot

Hi,

We have fixed this issue. Please download: Aspose.Cells for .NET v7.1.2.5

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


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