Skip to content

excel picture

zmworm edited this page Apr 18, 2026 · 46 revisions

Excel: Picture

Embedded images in worksheets.

Path: /{SheetName}/picture[N]

Operations

  • add - Add an embedded image
  • set - Modify picture position, size, and alt text

get

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

remove

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

Based on OfficeCLI v1.0.52

Clone this wiki locally