-
Notifications
You must be signed in to change notification settings - Fork 514
excel comment set
zmworm edited this page Apr 29, 2026
·
18 revisions
Modify an existing cell comment.
Path: /{SheetName}/comment[N]
| Property | Accepted Values | Description |
|---|---|---|
text |
string | Comment text content |
author |
string | Author name |
officecli set data.xlsx /Sheet1/comment[1] --prop text="Updated note"
officecli set data.xlsx /Sheet1/comment[1] --prop author="Jane"- Comment add - Add comments
- Comment get - Read comments
Based on OfficeCLI v1.0.64