docs(guide): named columns vs structured references (SU-637) - #1753
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
hyperformula-docs | a1be6b1 | Commit Preview URL Branch Preview URL |
Aug 31 2026, 11:11 AM |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 45325a3. Configure here.
Performance comparison of head (a1be6b1) vs base (114fd5d) |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Done. Restructured the "Named columns" section:
Changes committed and pushed to the branch. |
Co-authored-by: Kuba Sekowski <sequba@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1753 +/- ##
========================================
Coverage 97.32% 97.32%
========================================
Files 195 195
Lines 15739 15739
Branches 3390 3390
========================================
Hits 15318 15318
Misses 421 421 🚀 New features to boost your workflow:
|



https://app.clickup.com/t/9015210959/SU-637
Goal: Improve docs-assistant answer depth on HyperFormula named ranges / structured references
Change: Named-columns section: no Excel structured refs, why SUM(Name1:Name5) fails, $A:$A workaround.
Context
Adds the missing named-column recipe to the named-expressions guide so docs-assistant can retrieve it. Cross-links the existing range-restraint on cell-references.
How did you test your changes?
Read-through against naming rules (
Name1is A1) and range restraints (:cannot take named endpoints). Docs-only; no engine change.Types of changes
Related issues:
Checklist:
Docs-only; no CHANGELOG
Made with Cursor and Ola :)