Kuba Sekowski
Kuba Sekowski
### Description Remix is recommended by the official React docs: https://react.dev/learn/start-a-new-react-project Use TDD. ### Links #972 ### Type of issue - [ ] Missing documentation - [ ] Error in...
### Description This example should demonstrate running HF server-side and should satisfy the requirements of task #972 Next.js is recommended by official React docs: https://react.dev/learn/start-a-new-react-project Use TDD. ### Links #972...
### Page URL https://hyperformula.handsontable.com/guide/cell-references.html ### Improvement description In HF only some characters are allowed in unqoted sheet names: ``` [A-Za-z\u00C0-\u02AF0-9_] ``` If a sheet name contains other characters in must...
### Description - analyze our code and define what exactly is public and should be included in the API reference - make sure all the code in our public API...
Test performance of building dependency graph for a non-trivial multi-sheet workbook (time & memory)
### Description Our user reported that HyperFormula initialization for a complex workbook might take 35 minutes to build and consume a few gigabytes of memory. We need to verify it...
### Description Needs investigation ```js const hf = HyperFormula.buildFromArray([[1, 2, "=A1+B1"]], { licenseKey: "gpl-v3" }); const sheetName = "Sheet1"; const sheetId = hf.getSheetId(sheetName); hf.addNamedExpression("ABC", "=SUM(Sheet1!$A$1:Sheet1!$C$1)"); hf.updateConfig({ maxRows: 100 }); ```...
### Description Details to be provided by @krzysztofspilka ### Type of issue - [ ] Missing documentation - [ ] Error in the documentation - [ ] Request for a...
### Description We should investigate, why it happens and prevent it if possible. ### Links https://github.com/handsontable/handsontable/pull/10326 https://github.com/handsontable/hyperformula/issues/1251
### Description [Types of values guide](https://hyperformula.handsontable.com/guide/types-of-values.html) should contain a section describing what do the cell value types come from. Users are asking about it. ### Links - https://handsoncode.slack.com/archives/C031GBX62SE/p1669010436735579 (internal discussion)...
### Description Our users ask about it ### Links https://handsoncode.slack.com/archives/C031GBX62SE/p1668695428147239 (internal discussion) ### Type of issue - [x] Missing documentation - [ ] Error in the documentation - [ ]...