Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the GetPivotData function - PivotTable Calculations #1410

Closed
JanKallman opened this issue Apr 10, 2024 · 1 comment
Closed

Support for the GetPivotData function - PivotTable Calculations #1410

JanKallman opened this issue Apr 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JanKallman
Copy link
Contributor

JanKallman commented Apr 10, 2024

Calculation of pivot tables:

Calculating Data Fields on rows and columns:

  • Functions:

    • Sum
    • Count
    • Average
    • Min
    • Max
    • Product
    • Count Numbers
    • StdDev
    • StdDevP- Var
    • VarP
  • 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

New Functions and Properties

  • ExcelPivotTable.Calculate method
  • ExcelPivotTable.GetPivotData method
  • ExcelPivotTable.IsCalculated property
    ExcelFunction.IsAllowedInCalculatedPivotTableField property
@JanKallman JanKallman added the enhancement New feature or request label Apr 10, 2024
@JanKallman JanKallman self-assigned this Apr 10, 2024
@JanKallman JanKallman added this to the 7.2 milestone Apr 10, 2024
@JanKallman
Copy link
Contributor Author

Added in EPPlus 7.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant