Skip to content

excel comment set

zmworm edited this page Apr 29, 2026 · 18 revisions

Excel: Comment - set

Modify an existing cell comment.

Path: /{SheetName}/comment[N]

Properties

Property Accepted Values Description
text string Comment text content
author string Author name

Examples

officecli set data.xlsx /Sheet1/comment[1] --prop text="Updated note"
officecli set data.xlsx /Sheet1/comment[1] --prop author="Jane"

See Also


Based on OfficeCLI v1.0.64

Clone this wiki locally