-
Notifications
You must be signed in to change notification settings - Fork 26
excel table set
zmworm edited this page Mar 25, 2026
·
16 revisions
Modify table properties.
Path: /{SheetName}/table[N]
| Property | Accepted Values | Description |
|---|---|---|
name |
string | Table name |
displayName |
string | Display name |
style |
style name | Table style |
headerRow |
bool | Toggle header row |
totalRow |
bool | Toggle totals row |
ref |
range | Update the table range reference |
officecli set data.xlsx /Sheet1/table[1] --prop style=TableStyleDark1
officecli set data.xlsx /Sheet1/table[1] --prop totalRow=true
officecli set data.xlsx /Sheet1/table[1] --prop name="RevenueData"Based on OfficeCLI v1.0.21