Kuba Sekowski

Results 131 issues of 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...

Docs
Impact: Medium

### 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...

Docs
Impact: Medium

### 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...

Docs
Good First Issue
Impact: Medium

### 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...

Docs
Impact: Medium

### 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...

Performance
Impact: Medium

### 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 }); ```...

Bug
Impact: Medium
Named Expressions
PublicRoadmap

### Description Details to be provided by @krzysztofspilka ### Type of issue - [ ] Missing documentation - [ ] Error in the documentation - [ ] Request for a...

Docs
Impact: High

### 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

Bug
Performance
Impact: Low

### 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)...

Docs
Impact: Medium

### 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 - [ ]...

Docs
Impact: Medium