handsontable / handsontable/hyperformula

Support 3D references

Open
#11 2 comments 0 reactions 0 assignees View on GitHub

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)

obraz

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

https://support.office.com/en-us/article/Create-a-3-D-reference-to-the-same-cell-range-on-multiple-worksheets-40ca91ff-9dcb-4ad1-99d2-787d0bc888b6#bmlearn_more_about_a_3_d_refererence

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.