feat(sheets): add update-note command to write cell notes#430
Merged
steipete merged 3 commits intoopenclaw:mainfrom Mar 8, 2026
Merged
feat(sheets): add update-note command to write cell notes#430steipete merged 3 commits intoopenclaw:mainfrom
steipete merged 3 commits intoopenclaw:mainfrom
Conversation
The existing `notes` command reads cell notes but cannot write them. Add `update-note` (alias: `set-note`) to set or clear notes via batchUpdate with updateCells + fields: "note". Supports --note for inline text, --note-file for file content, single cells and ranges. Naming follows slides update-notes pattern. Closes openclaw#429 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fec89cb to
c55371a
Compare
steipete
added a commit
that referenced
this pull request
Mar 8, 2026
Collaborator
|
Landed via temp rebase onto
Fixups included:
Thanks @andybergon! |
klodr
pushed a commit
to klodr/gogcli
that referenced
this pull request
Apr 22, 2026
klodr
pushed a commit
to klodr/gogcli
that referenced
this pull request
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The existing
notescommand can read cell notes but not write them. This addsupdate-note(alias:set-note) to set or clear notes viabatchUpdatewithupdateCells+fields: "note".--note "text"for inline,--note-file pathfor file contentSheet1!A1) or ranges (Sheet1!A1:B2)--note ""clears notesslides update-notespatternCloses #429
Test plan
--note/--note-file→ errorgo test ./...)