-
Notifications
You must be signed in to change notification settings - Fork 517
excel table get
zmworm edited this page Apr 29, 2026
·
18 revisions
Get table (ListObject) properties.
Path: /{SheetName}/table[N]
| Attribute | Type | Description |
|---|---|---|
name |
string | Table name |
displayName |
string | Display name |
ref |
string | Table range (e.g., A1:D10) |
style |
string | Table style name |
showRowStripes |
boolean | Banded rows enabled |
showColumnStripes |
boolean | Banded columns enabled |
showFirstColumn |
boolean | First column highlighted |
showLastColumn |
boolean | Last column highlighted |
headerRow |
boolean | Header row visible |
totalRow |
boolean | Total row visible |
columns |
string | Comma-separated column names |
officecli get data.xlsx /Sheet1/table[1]
officecli get data.xlsx /Sheet1/table[1] --jsonBased on OfficeCLI v1.0.64