You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excelize can currently set a page filter for a pivot table, but does not seem to support creating label/value filters.
When running the sample code from https://xuri.me/excelize/en/pivot.html#AddPivotTable there is a page filter set for region, but clicking on the row filter in excel allows user to create label or value filters. For example,
Adding this value filter results in the following xml in pivotTables/pivotTable1.xml (including data above and below the filters node for context)
Description
Excelize can currently set a page filter for a pivot table, but does not seem to support creating label/value filters.
When running the sample code from https://xuri.me/excelize/en/pivot.html#AddPivotTable there is a page filter set for region, but clicking on the row filter in excel allows user to create label or value filters. For example,
Adding this value filter results in the following xml in pivotTables/pivotTable1.xml (including data above and below the filters node for context)
There are many filter operators such as equals, greater than, between, etc.
Output of
go version
:Excelize version or commit ID:
Adding this feature would be greatly appreciated. Thankyou for all your amazing work on this module!
The text was updated successfully, but these errors were encountered: