-
Notifications
You must be signed in to change notification settings - Fork 541
excel chart
zmworm edited this page Mar 21, 2026
·
55 revisions
Embedded charts for data visualization.
Path: /{SheetName}/chart[N]
-
get - Returned attributes and output format
-
add - Add a chart (column, bar, line, pie, combo, etc.)
-
set - Modify chart title, type, legend, and size
officecli get data.xlsx /Sheet1/chart[1]
officecli get data.xlsx /Sheet1/chart[2]officecli remove data.xlsx /Sheet1/chart[1]Based on OfficeCLI v1.0.11