Hi,
I just tried upgrading from 0.71.1 to 0.72.3. It's great to see OpenXml 2.5 support. (I'm using .NET 4.5.)
However, one of my spreadsheets, with a pivot table, is broken, which was working before. When opening the spreadsheet Excel says the pivot table data is corrupted. Diffing the XML, I see it is the index number of the PivotTable RowLabels that has changed.
I think the change made in the following recent revision is wrong, and has broken it. By backing out the change to the "Fields" index in a local copy, it fixes the problem for me.
https://closedxml.codeplex.com/SourceControl/changeset/1571ed8f1d75c98f7e6f0c6e2047d73f5cfe0a95
Hope this helps.
Chris
I just tried upgrading from 0.71.1 to 0.72.3. It's great to see OpenXml 2.5 support. (I'm using .NET 4.5.)
However, one of my spreadsheets, with a pivot table, is broken, which was working before. When opening the spreadsheet Excel says the pivot table data is corrupted. Diffing the XML, I see it is the index number of the PivotTable RowLabels that has changed.
I think the change made in the following recent revision is wrong, and has broken it. By backing out the change to the "Fields" index in a local copy, it fixes the problem for me.
https://closedxml.codeplex.com/SourceControl/changeset/1571ed8f1d75c98f7e6f0c6e2047d73f5cfe0a95
Hope this helps.
Chris