Skip to content

ppt table

zmworm edited this page Apr 17, 2026 · 44 revisions

PowerPoint: Table

Tables with rows and cells on slides.

Path: /slide[N]/table[M]

Operations

  • get - Returned attributes and output format

  • add - Create tables and add rows

  • set - Modify table style, row height, cell text and formatting

get

officecli get slides.pptx /slide[1]/table[1]
officecli get slides.pptx /slide[1]/table[1] --depth 3

query

officecli query slides.pptx "table"

remove

# Remove table
officecli remove slides.pptx /slide[1]/table[1]

# Remove row
officecli remove slides.pptx /slide[1]/table[1]/tr[3]

Based on OfficeCLI v1.0.50

Clone this wiki locally