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

Docs: make it clear that functions accept unlimited number of parameters #1410

Closed sequba closed 2 months ago

sequba commented 5 months ago

Context

Internal discussion: https://handsoncode.slack.com/archives/C04MQ954YPL/p1713780506089739

Types of changes

Checklist:

github-actions[bot] commented 5 months ago

Performance comparison of head (1f16a5bb16b5f22c0e869afd5543a790db3fb6e2) vs base (5485382a873ab1460c929a2d2865bdbf7a971676)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 485.96 | 507.22 | +4.37%
                                      Sheet B | 152.98 | 165.82 | +8.39%
                                      Sheet T | 141.32 | 145.53 | +2.98%
                                Column ranges | 493.49 | 497.17 | +0.75%
Sheet A:  change value, add/remove row/column |   14.8 |  14.63 | -1.15%
 Sheet B: change value, add/remove row/column | 134.94 | 125.77 | -6.80%
                   Column ranges - add column | 147.13 | 140.87 | -4.25%
                Column ranges - without batch |  445.9 | 453.42 | +1.69%
                        Column ranges - batch |  122.8 | 130.58 | +6.34%
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.37%. Comparing base (d7ee29f) to head (dc415f0). Report is 5 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1410/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/1410?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1410 +/- ## ======================================== Coverage 97.37% 97.37% ======================================== Files 169 169 Lines 14428 14428 Branches 3099 3099 ======================================== Hits 14049 14049 Misses 376 376 Partials 3 3 ```