Skip to content

excel chart

zmworm edited this page Mar 21, 2026 · 55 revisions

Excel: Chart

Embedded charts for data visualization.

Path: /{SheetName}/chart[N]

Operations

  • get - Returned attributes and output format

  • add - Add a chart (column, bar, line, pie, combo, etc.)

  • set - Modify chart title, type, legend, and size

get

officecli get data.xlsx /Sheet1/chart[1]
officecli get data.xlsx /Sheet1/chart[2]

remove

officecli remove data.xlsx /Sheet1/chart[1]

Based on OfficeCLI v1.0.11

Clone this wiki locally