Skip to content

excel picture get

zmworm edited this page Apr 29, 2026 · 18 revisions

Excel: Picture - get

Get picture properties.

Path: /{SheetName}/picture[N]

Attributes

Attribute Type Description
name string Picture name
alt string Alternative text / description
x string X position (EMU or cm)
y string Y position
width string Width
height string Height

Examples

officecli get data.xlsx /Sheet1/picture[1]
officecli get data.xlsx /Sheet1/picture[1] --json

See Also


Based on OfficeCLI v1.0.64

Clone this wiki locally