feat(sheets): add chart and conditional formatting commands (#108, #111)#127
Merged
feat(sheets): add chart and conditional formatting commands (#108, #111)#127
Conversation
omriariav
added a commit
that referenced
this pull request
Feb 19, 2026
…n, docs - Add Series data to BasicChartSpec and PieChartSpec (charts were rendering empty) - Add chart type validation before API call - Fix gofmt formatting in map literal - Fix command counts: SKILL.md and commands.md both say 32 - Add 6 new commands to README.md sheets table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Re-apply on top of merged main (includes Agent A's named ranges + filters). Add 6 new sheets commands: - add-chart: create embedded charts (BAR, LINE, AREA, COLUMN, SCATTER, PIE, COMBO) with Series data for both basic and pie charts, chart type validation - list-charts: list all charts with IDs, titles, and types - delete-chart: remove a chart by ID - add-conditional-format: add conditional formatting rules with user-friendly operators - list-conditional-formats: list rules for a sheet - delete-conditional-format: remove a rule by index Total sheets commands: 38 (32 from main + 6 new) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4dbc0a4 to
b47b290
Compare
4 tasks
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
add-chart,list-charts,delete-chart— supports BAR, LINE, AREA, COLUMN, SCATTER, PIE, COMBO chart types (feat(sheets): Charts — add-chart, list-charts, delete-chart #108)add-conditional-format,list-conditional-formats,delete-conditional-format— with user-friendly rule operators (>, <, =, !=, contains, blank, formula, etc.) (feat(sheets): Conditional Formatting — add, list, delete rules #111)Test plan
TestSheetsCommandsmapConditionTypehelper unit tests (9 valid + 1 invalid)go vet ./...passes🤖 Generated with Claude Code