Failed format after saving XLSX

Create Aspose.Cells.Workbook from xlsx file. Save it to xlsx. Open in MsExcel 2013 and can’t refresh table.
Sourse xlsx attached.
Screenshot with error attached.
version of Aspose.Cells is 8.1.0.

Hi,


I could not replicate the issue on our end. I just opened your attached file and re-save it as XLSX file format. I opened the output Excel file into MS Excel and then tried refreshing pivot tables, it works fine and I do not get any error message by MS Excel.
e.g
Sample code:

Workbook wb = new Workbook(“e:\test2\Отчёты+29+и+30+О+выдаче+заключений+экспертизы+2014-05-15.xlsx”);
wb.Save(“e:\test2\outXLSXversion1.xlsx”);

Could you provide us sample code (runnable) to reproduce the issue on our end, so we could look into your issue soon.

Thank you.