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/
GNU General Public License v3.0
1.88k stars 107 forks source link

Docs: Make menu labels consistent with the page titles in the API ref #1399

Closed sequba closed 3 months ago

sequba commented 3 months ago

Context

How did you test your changes?

Types of changes

Related issues:

Checklist:

github-actions[bot] commented 3 months ago

Performance comparison of head (b1eec0fa9beea7add1df24dc0340a92ac327855d) vs base (48bceb0ae40ef128d81ca15fbbb8c13c4d84b67c)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 552.02 | 551.54 | -0.09%
                                      Sheet B | 180.21 | 177.33 | -1.60%
                                      Sheet T | 154.74 | 154.54 | -0.13%
                                Column ranges | 559.61 | 557.15 | -0.44%
Sheet A:  change value, add/remove row/column |  14.64 |  14.81 | +1.16%
 Sheet B: change value, add/remove row/column | 137.65 | 136.78 | -0.63%
                   Column ranges - add column | 154.14 | 157.81 | +2.38%
                Column ranges - without batch | 437.85 | 467.28 | +6.72%
                        Column ranges - batch | 122.72 | 120.11 | -2.13%
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.36%. Comparing base (48bceb0) to head (b1eec0f).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399/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/1399?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1399 +/- ## ======================================== Coverage 97.36% 97.36% ======================================== Files 169 169 Lines 14421 14421 Branches 3100 3100 ======================================== Hits 14041 14041 Misses 377 377 Partials 3 3 ``` | [Files](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) | Coverage Δ | | |---|---|---| | [src/ArgumentSanitization.ts](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?src=pr&el=tree&filepath=src%2FArgumentSanitization.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable#diff-c3JjL0FyZ3VtZW50U2FuaXRpemF0aW9uLnRz) | `100.00% <100.00%> (ø)` | | | [src/BuildEngineFactory.ts](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?src=pr&el=tree&filepath=src%2FBuildEngineFactory.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable#diff-c3JjL0J1aWxkRW5naW5lRmFjdG9yeS50cw==) | `100.00% <100.00%> (ø)` | | | [src/Config.ts](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?src=pr&el=tree&filepath=src%2FConfig.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable#diff-c3JjL0NvbmZpZy50cw==) | `98.00% <ø> (ø)` | | | [src/HyperFormula.ts](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?src=pr&el=tree&filepath=src%2FHyperFormula.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable#diff-c3JjL0h5cGVyRm9ybXVsYS50cw==) | `99.59% <100.00%> (ø)` | | | [src/index.ts](https://app.codecov.io/gh/handsontable/hyperformula/pull/1399?src=pr&el=tree&filepath=src%2Findex.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable#diff-c3JjL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | |