Skip to content

excel comment get

zmworm edited this page Apr 29, 2026 · 18 revisions

Excel: Comment - get

Get cell comment properties.

Path: /{SheetName}/comment[N]

Attributes

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

Examples

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

See Also


Based on OfficeCLI v1.0.64

Clone this wiki locally