-
Notifications
You must be signed in to change notification settings - Fork 542
excel pivottable
zmworm edited this page Mar 21, 2026
·
52 revisions
Pivot table operations.
Path: /{SheetName}/pivottable[N]
| Property | Accepted Values | Description |
|---|---|---|
name |
text | Pivot table name |
style |
style name | Style (e.g., PivotStyleLight16) |
officecli set data.xlsx /Sheet1/pivottable[1] --prop style=PivotStyleMedium9Selector: pivottable, pivot. Supports :contains() on name.
officecli query data.xlsx "pivottable"
officecli query data.xlsx 'pivot:contains("Sales")'officecli remove data.xlsx /Sheet1/pivottable[1]Based on OfficeCLI v1.0.11