Skip to content

ppt chart

zmworm edited this page Mar 25, 2026 · 16 revisions

PowerPoint: Chart

Charts and graphs on slides.

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

Operations

  • get - Returned attributes and output format

  • add - Add charts with data, series, and styling

  • set - Modify title, legend, data labels, position

get

officecli get slides.pptx /slide[1]/chart[1]

query

officecli query slides.pptx "chart"

remove

officecli remove slides.pptx /slide[1]/chart[1]

Based on OfficeCLI v1.0.21

Clone this wiki locally