Kuba Sekowski
Kuba Sekowski
### Description Guide: https://handsontable.github.io/hyperformula/ All the links in this guide should be relative so that they open in the same browser tab. ### Links - https://handsontable.github.io/hyperformula/ - https://handsoncode.slack.com/archives/C031GBX62SE/p1655221185916719 (internal discussion)...
### Description Guide https://handsontable.github.io/hyperformula/guide/named-expressions.html has all the information about defining, deleting, modifying named expressions etc, but it lacks some examples of using them. Create examples of using named expressions inside...
### Description Although the separator for function parameters can be [configured](https://handsontable.github.io/hyperformula/api/interfaces/configparams.html#functionargseparator), `,` is the default separator and it should be used consistently in our docs. We use `;` instead of...
### Description The guide says: > You can copy cell content by using the copy method. This method requires you to pass the arguments as follows: > > The source...
### Description According to [Node documentation](https://nodejs.org/en/about/releases/) in October v18 enters the `ACTIVE` stage of the release cycle and v16 goes into `MAINTENANCE`. We should start using the newest LTS release....
### Description 1. Acquire/produce a set of sheets (CSV format?). 2. Produce tooling required for running HF across them. 3. Compare the results with popular spreadsheet software. 4. Automate the...
### Description As @sequba said in https://github.com/handsontable/hyperformula/pull/988#discussion_r870081861: > I'm thinking about separating the **usage guides** (for devs who want to import HF into their projects and just use it) from...
### Description API reference for `setRowOrder` is confusing for our users (#989 ) and should be improved. - describe better what needs to be provided as a `newRowOrder` parameter -...
### Context ### How has this been tested? ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature or improvement...
### Description Create a way of running unit tests on different browsers: - Chrome - Firefox - Safari - only latest versions? - ~different node version?~ part of #974 Should...