handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
https://hyperformula.handsontable.com/
Other
1.97k stars 108 forks source link

Don't mention 3D references in the docs #1338

Closed sequba closed 9 months ago

sequba commented 10 months ago

Context

In some cases, 3D references work but we don't have good tests for them and we don't officially support them.

How did you test your changes?

Types of changes

Related issues:

Fixes #1168

Checklist:

github-actions[bot] commented 10 months ago

Performance comparison of head (3b5c4602d2421b69f33808d62743138ef91792c0) vs base (ff436f060e30b7be2ce098c117df663f5a95b1a6)

                                     testName |   base |   head |   change
--------------------------------------------------------------------------
                                      Sheet A | 544.38 | 539.92 |   -0.82%
                                      Sheet B | 178.36 | 176.87 |   -0.84%
                                      Sheet T | 157.15 | 156.43 |   -0.46%
                                Column ranges | 554.71 | 555.81 |   +0.20%
Sheet A:  change value, add/remove row/column |     39 |     36 |   -7.69%
 Sheet B: change value, add/remove row/column |    281 |    280 |   -0.36%
                   Column ranges - add column |    157 |    173 |  +10.19%
                Column ranges - without batch |    484 |    369 |  -23.76%
                        Column ranges - batch |     97 |    208 | +114.43%
codecov[bot] commented 9 months ago

Codecov Report

Merging #1338 (3b5c460) into develop (ff436f0) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1338/graphs/tree.svg?width=650&height=150&src=pr&token=5k9ZQv8azO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable)](https://app.codecov.io/gh/handsontable/hyperformula/pull/1338?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1338 +/- ## ======================================== Coverage 97.28% 97.28% ======================================== Files 169 169 Lines 14425 14425 Branches 3081 3081 ======================================== Hits 14033 14033 Misses 387 387 Partials 5 5 ```