Kuba Sekowski

Results 131 issues of Kuba Sekowski

### Description It would be nice to be able to write: ```js const result = hfInstance.getCellValue('A1'); ``` The old way should still work for backwards compatibility ### Links

Good First Issue
Feature
Impact: Medium

### Context TBP ### How did you test your changes? TBP ### Types of changes - [ ] Breaking change (a fix or a feature because of which an existing...

### Description We received 3 questions about it from our clients. There is a workaround described here: https://github.com/handsontable/hyperformula/discussions/808#discussioncomment-4862487 ### Links - https://github.com/handsontable/hyperformula/issues/1119#issuecomment-1428845543 - https://github.com/handsontable/hyperformula/discussions/808

Docs
Feature
Impact: Medium

### Description - reorganize the information in the date-and-time-handling guide to distinguish better the date/time formats that are supported out of the box and the formats that need custom implementations...

Docs
Impact: Low

### Description The dependency graph needs to be rebuilt sometime between adding new sheet and reading the cell that references it (lazily if possible). The mechanism might be analogous to...

Bug
Impact: High
PublicRoadmap

### Context Internal discussion: https://handsoncode.slack.com/archives/C04MQ954YPL/p1713780506089739 ### Types of changes - [ ] Breaking change (a fix or a feature because of which an existing functionality doesn't work as expected anymore)...

Docs

### Context Unit tests written when analyzing the behavior of function `SUM` and operator `^`. ### How did you test your changes? unit tests pass ### Types of changes -...

### Description - `returnNumberType` -> `returnType` - `arraySizeMethod` -> `shapeOfResultMethod` - `arrayFunction` -> `enableArrayArithmeticForArguments` **Do not remove the existing props. Mark them as deprecated instead.** ### Links https://github.com/handsontable/hyperformula/blob/master/src/interpreter/plugin/FunctionPlugin.ts

Feature
Impact: Low
Custom Functions

Add a working example that demonstrates creating a custom function that calls an external API by implementing `GPT()` function - a [GPT API](https://openai.com/product) wrapper. Docs: https://platform.openai.com/docs/introduction Pricing: https://openai.com/pricing Internal discussion...

Docs
Impact: Low

### Context TBP ### How did you test your changes? TBP ### Types of changes - [ ] Breaking change (a fix or a feature because of which an existing...