[18.0] [IMP] spreadsheet_oca: what-if scenarios with cell overrides - #102
Open
dnplkndll wants to merge 3 commits into
Open
[18.0] [IMP] spreadsheet_oca: what-if scenarios with cell overrides#102dnplkndll wants to merge 3 commits into
dnplkndll wants to merge 3 commits into
Conversation
dnplkndll
force-pushed
the
18.0-feat-scenarios
branch
from
March 13, 2026 02:05
c89bd65 to
39fd8ac
Compare
dnplkndll
force-pushed
the
18.0-feat-scenarios
branch
from
May 13, 2026 20:39
39fd8ac to
4776204
Compare
dnplkndll
force-pushed
the
18.0-feat-scenarios
branch
from
July 27, 2026 16:25
4776204 to
3d442a3
Compare
dnplkndll
force-pushed
the
18.0-feat-scenarios
branch
from
July 27, 2026 18:04
3d442a3 to
07e9a73
Compare
Assisted-by: Claude Opus 5
… helpers Assisted-by: Claude Opus 5
Assisted-by: Claude Opus 5
dnplkndll
force-pushed
the
18.0-feat-scenarios
branch
from
July 27, 2026 18:42
07e9a73 to
b7790d2
Compare
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.
Adds what-if scenarios: a named set of cell overrides applied to a copy of a
spreadsheet, so alternatives can be modelled without touching the original.
Depends on #99 — its two commits are shared and drop out once
that merges.
Non-mechanical points worth flagging
action_apply_to_copydeep-copiesspreadsheet_rawbefore writing any override, then creates a new record.parses, is an object, and that every key is a usable cell reference — so a
malformed scenario fails where the user typed it.
AI-assisted (Claude Code); every change reviewed, tested, and owned by the author.