File corrupted with last version of Excel

Hi,

We have some issues with this version aspose 7.5.3 and last version of Excel 14.0.7106.5001

We use French Excel.

Please find enclosed the project of our issue.

We observe this issue by running our project and opening the modified sample file...the file "modified.xls" is corrupted.

Best Regards,

Hi,

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

Please download and use the latest version: Aspose.Cells
for .NET v7.5.3.4
, it works fine.

We have tested your issue with the following sample code and it generated the correct output file. We have attached the output file for your reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\proj\doc.xls”;


Workbook wb = new Workbook(filePath);

wb.Save(filePath + “.out.xls”);

Hi,


it doesn’t work with the lastest version v7.5.3.4.
Please find enclosed the project of our issue with lastest version.
Capture1.jpg is the issue when we open the excel.
Excel_version is number version of Excel.

Best Regards,

Hi,

Thanks for the sample project and screen shots.

After an initial test, I observed the issue as you mentioned by running your sample
project with your template file. I got “File error: data may have been
lost” error in MS Excel 2013 when opening the output file into MS Excel 2013 as you pointed out. I have logged a ticket with an id “CELLSNET-42055” for your issue. We will look into your issue to figure it out soon.

Thank you.

Hi,

Have you any news on this bug?

Can we provide us a hot fix?

Best Regards,

Hi Vincent,

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

We are afraid, there is no update for you at this moment. However, we have logged your comments in our database. Please spare us some time. Once, there is some fix or update for you, we will let you know asap.

Hi,

We don’t have news on this bug since 2 months?
Ours customers have this bug on the last release of our product…Do you have any fixes?

Best Regards,

Hi Vincent,

Thanks for using Aspose.Cells for .NET.

We are afraid, there is no update for you at this moment. However, we have logged your comment and requested the development team to provide some update or ETA for this issue. Once, there is some update or fix for you, we will let you know asap.

Hi,


We use the latest update (7.7.2.0) and this bug still exist.

It become very complicated for our customers and we need a fix in the better time.

Could you please give us a date for this issue which exist for 5 long months.

Thanks


Hi Vincent,

Thanks for your posting and using Aspose.Cells.

We are afraid, there is no update for you at this moment. Your issue is still unresolved. I have again logged your comments in our database for development team to get this issue fixed. Once, we will have some fix or update for you, we will let you know asap.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\proj\doc.xls”;


Workbook workbook = new Workbook(filePath);

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


Screenshot:

Hi Vincent,

Thanks for using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells
for .NET v7.7.2.3
and let us know your feedback.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.