Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 3D references #11

Open
wojciechczerniak opened this issue Nov 15, 2019 · 2 comments
Open

Support 3D references #11

wojciechczerniak opened this issue Nov 15, 2019 · 2 comments
Labels
Feature Something we can add later on without introducing a breaking change ODFF Conformance ODDF 1.3 Evaluator requirement ODFF SGE ODDF 1.3 Small Group Evaluator requirement Verified Verified by Handsoncode

Comments

@wojciechczerniak
Copy link
Contributor

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

@wojciechczerniak wojciechczerniak mentioned this issue Nov 16, 2019
Closed
40 tasks
@wojciechczerniak wojciechczerniak added ODFF Conformance ODDF 1.3 Evaluator requirement ODFF SGE ODDF 1.3 Small Group Evaluator requirement Syntax labels Dec 10, 2019
@wojciechczerniak wojciechczerniak added this to the January 2020 milestone Dec 10, 2019
@wojciechczerniak
Copy link
Contributor Author

wojciechczerniak commented Jan 7, 2020

Moved from #29

API Proposal

public moveSheets(sheet: number, ... ? ...): CellValueChange[]
public isItPossibleToMoveSheets(... ? ...): boolean;

@wojciechczerniak wojciechczerniak mentioned this issue Jan 7, 2020
21 tasks
@wojciechczerniak wojciechczerniak modified the milestones: Februrary 2020, Next Feb 3, 2020
@krzysztofspilka krzysztofspilka added the Verified Verified by Handsoncode label Jun 23, 2020
@wojciechczerniak wojciechczerniak removed this from the Next milestone Feb 1, 2021
@wojciechczerniak wojciechczerniak added the Feature Something we can add later on without introducing a breaking change label Jul 3, 2021
@adrianszymanski89
Copy link
Contributor

adrianszymanski89 commented Mar 18, 2022

Inform ZD

@sequba sequba removed the Syntax label Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something we can add later on without introducing a breaking change ODFF Conformance ODDF 1.3 Evaluator requirement ODFF SGE ODDF 1.3 Small Group Evaluator requirement Verified Verified by Handsoncode
Projects
None yet
Development

No branches or pull requests

4 participants