-
Notifications
You must be signed in to change notification settings - Fork 102
word table
zmworm edited this page Mar 31, 2026
·
23 revisions
Tables in Word documents with rows and cells, supporting styles, borders, merging, and cell-level formatting.
Path: /body/tbl[N], /body/tbl[N]/tr[M], /body/tbl[N]/tr[M]/tc[K]
-
get - Returned attributes and output format
-
add - Add tables, rows, and cells
-
set - Modify table, row, and cell properties
officecli get report.docx /body/tbl[1]
officecli get report.docx /body/tbl[1] --depth 3
officecli get report.docx /body/tbl[1]/tr[1]/tc[1]officecli query report.docx "table"officecli remove report.docx /body/tbl[1]
officecli remove report.docx /body/tbl[1]/tr[3]Based on OfficeCLI v1.0.28