We are having problem opening file an Excel file after we saved it with Aspose.Cells using the code below. After saving the file has grown about 22KB and we get the “Excel found unreadable content in…” error when trying to open the file. Please advise how to solve this.
var workbook = new Aspose.Cells.Workbook(“ars_preparatory_reporting_solo_annual.xlsx”);
workbook.Save(“file_to_open.xlsx”);
Versions
.Net 4.5
Aspose.Cells 8.3.1
Excel 14.0.7140.5002