Kuba Sekowski
Kuba Sekowski
@jboysen, I'm more than happy to announce that we just released [HyperFormula 2.3.1](https://github.com/handsontable/hyperformula/releases/tag/2.3.1) where this issue is fixed. We are closing this issue as solved. If there is anything that...
Hi @AJNandi I'm more than happy to announce that we just released [HyperFormula 2.2.0](https://github.com/handsontable/hyperformula/releases/tag/2.2.0) where this issue is fixed. We are closing this issue as solved. If there is anything...
### The cause of the error The `Formulas.updatePlugin` method passes the `maxRows` and `maxColumns` settings to the HyperFormula engine. But in HyperFormula the [maxRows](https://hyperformula.handsontable.com/api/interfaces/configparams.html#maxrows) and [maxColumns](https://hyperformula.handsontable.com/api/interfaces/configparams.html#maxcolumns) config options are global...
## My investigation ### Cause of the bug When user types a number with `,` as a decimal separator (e.g. `10,1`) Handsontable performs some kind of normalization resulting in `,`...
@sedghi Ok, we'll increase the priority of this task. Is it a blocker for you? Were you able to make HyperFormula work by adjusting the configuration?
Will be done in scope of #1344
Relevant discussion: - https://github.com/microsoft/TypeScript/issues/18442 - https://github.com/microsoft/TypeScript/issues/49462 - https://www.sensedeep.com/blog/posts/2021/how-to-create-single-source-npm-module.html
> * Webpack4 ^4.42.0 - I getting an error. Seems the webpack has the problem with importing values from "chevrotain". > > ```ts > // /node_modules/hyperformula/es/parser/FormulaParser.mjs > import { EmbeddedActionsParser,...
TODO: verify it with the code example in issue https://github.com/handsontable/hyperformula/issues/1143
> Svelte 3.5.4 + vite 4 - getting this error - might be user error - @sequba to investigate It works correctly. The issue you reported was caused by running...