We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cell comments and notes.
Path: /{SheetName}/comment[N]
/{SheetName}/comment[N]
officecli get data.xlsx /Sheet1/comment[1] officecli get data.xlsx /Sheet1/comment[2]
text
author
officecli set data.xlsx /Sheet1/comment[1] --prop text="Updated comment text" officecli set data.xlsx /Sheet1/comment[1] --prop author="Bob"
officecli query data.xlsx "/Sheet1/comment[*]" officecli query data.xlsx "/Sheet1/comment[author=Alice]"
officecli remove data.xlsx /Sheet1/comment[1]
Based on OfficeCLI v1.0.52