Skip to content

excel table get

zmworm edited this page Apr 29, 2026 · 18 revisions

Excel: Table - get

Get table (ListObject) properties.

Path: /{SheetName}/table[N]

Attributes

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

Examples

officecli get data.xlsx /Sheet1/table[1]
officecli get data.xlsx /Sheet1/table[1] --json

See Also


Based on OfficeCLI v1.0.64

Clone this wiki locally