-
Notifications
You must be signed in to change notification settings - Fork 517
excel comment get
zmworm edited this page Apr 29, 2026
·
18 revisions
Get cell comment properties.
Path: /{SheetName}/comment[N]
| Attribute | Type | Description |
|---|---|---|
ref |
string | Cell reference (e.g., A1) |
author |
string | Author name |
anchoredTo |
string | Full path to anchored cell (e.g., /Sheet1/A1) |
text |
string | Comment text content |
officecli get data.xlsx /Sheet1/comment[1]
officecli get data.xlsx /Sheet1/comment[1] --json- Comment add - Add comments
- Comment set - Modify comments
Based on OfficeCLI v1.0.64