EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Pivot table calculation and the GetPivotData function support

Open JanKallman opened this issue 10 months ago • 0 comments

Pivot Data Calculation

Added functions & propeties

  • ExcelPivotTable.Calculate method
  • ExcelPivotTable.GetPivotData method
  • ExcelPivotTable.IsCalculated Property

Calculating Data Fields on rows and columns:

Functions:

  • Sum
  • Count
  • Average
  • Min
  • Max
  • Product
  • Count Numbers
  • StdDev
  • StdDevP-
  • Var
  • VarP

Support for Show Value as

Show Value As:

  • % of Grand Total
  • % of Column Total
  • % of Row Total
  • % Of
  • % of Parent Row Total
  • % of Parent Column Total
  • % of Parent Total
  • Difference From
  • % Difference From
  • Running Total in
  • % Running Total in
  • Rank smallest to largest
  • Rank largest to smallest
  • Index

Sorting

Page fields

Filters

Caption filters Numeric Filters Date & Time Filters Value Filters Top/bottom filters Slicers

Calculated Fields

Current limitations:

  • EPPlus will not handle external data sources or OLAP data sources.
  • EPPlus will not handle subtotals functions set for a row/column field. The data field function is currently used.

JanKallman avatar Apr 16 '24 09:04 JanKallman