ClosedXML/Excel/PivotTables/README.md
Pivot table invariants that often cause Excel repair/crash:
Repair:
pivotTableDefintion.dataFields collection <=> pivotField.dataField is set.pivotTableDefintion.rowFields collection => pivotField.axis must be set to axisRow.pivotTableDefintion.colFields collection => pivotField.axis must be set to axisCol.pivotTableDefintion.pageFields collection <=> pivotField.axis must be set to axisPage.Crash:
pivotField doesn't contain even default item, but is used in other an axis (row/col/page).ΣValues field If there is only one pivotTableDefintion.dataFields,pivotTableDefintion.rowFields or pivotTableDefintion.colFields reference ΣValues field, the dataPosition must be set.