-
Notifications
You must be signed in to change notification settings - Fork 350
excel picture get
zmworm edited this page Apr 29, 2026
·
18 revisions
Get picture properties.
Path: /{SheetName}/picture[N]
| 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 |
officecli get data.xlsx /Sheet1/picture[1]
officecli get data.xlsx /Sheet1/picture[1] --json- Picture add - Insert pictures
- Picture set - Modify pictures
Based on OfficeCLI v1.0.64