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,
Thank you.