hyperformula
hyperformula copied to clipboard
Support 3D references
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
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
Moved from #29
API Proposal
public moveSheets(sheet: number, ... ? ...): CellValueChange[]
public isItPossibleToMoveSheets(... ? ...): boolean;
Inform ZD