Problems with Excel 2010 and xlsm

Hi

I am using Aspose Cells 7.0.1 to open and save the attached file (TablaResultadosCongaV1.zip) with the attached sourcecode.zip.

The problem is that the result file is not readable in Excel 2010. It seems that Aspose does something that change the file.

Could you please help me out?

Best Regards

Hi,

Thanks for reporting and using Aspose.Cells.

I was able to replicate the problem using the latest version:
Aspose.Cells for .NET v7.0.1.4

Please see the code below and the screenshot.

This issue has been logged as CELLSNET-30998.

C#


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


Workbook workbook = new Workbook(filePath);

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



Screenshot:

Hi Shakeel

Many thanks for your support. I look forward your comments and fix.

Regards

Hi Shakeel,

Any news on this issue?

Best Regards

Hi,

I am afraid, the fix relating to this issue is not available yet. However, I have added your comment in this issue and also increased the priority. Hopefully, you will hear some good news asap.

Hi,

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

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


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