Hey There,
We have a client that has an excel file containing a pivot table. File named ‘stack-overflow-pivot-table’ attached. When trying to create a new workbook with Aspose.Cells v25.7.0 using the following code:
p…...wb = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); } We get...FileMode.Open); var loadOptions = new LoadOptions(LoadFormat.Auto);...