Table format save issue

Hello,

There is an issue when saving a workbook that contains a range formatted as table using the latest version of Aspose.Cells (v.7.3.1.0). When the output file is opened in Excel 2007 the attached error is generated.

Here is the code used to reproduce the issue, a simple open and save operation:

var
workbook = new Workbook(@“table.xlsx”);

workbook.Save(@“table2.xlsx”);

Thank you,
Bogdan Rusu,
IBM Romania.

Hi,

Please try using the latest fix/version: Aspose.Cells for .NET v7.3.1.4 I have tested with it using your template file and code, it works fine. The output file is opened fine into MS Excel without any error.

Thank you.