handsontable / handsontable/hyperformula
Support 3D references
Open
Nobody has claimed this yet.
Feature
ODFF Conformance
ODFF SGE
Verified
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
Description
Since we're supporting Worksheets it would be cool to support all features.
=SUM(Sheet1:Sheet4!B3)

We need to support all CRUD operations on Worksheets:
- Add sheet
- Remove sheet
- Move sheet
Rename should not have an impact on the sheet sequence.
Reference
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the 3-D reference example and the worksheet CRUD requirements in the issue, then trace how worksheet references and sheet ordering are currently represented. Done means supporting add, remove, move, and rename operations while evaluating references such as SUM(Sheet1:Sheet4!B3) correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100