Wojciech Czerniak
Wojciech Czerniak
`maxColumns`, `maxRows` added in #294 `licenseKey` added in #293
@swistach Unfortunately, it's not that easy. All known reasons for this error are fixed. There are some tests here: https://github.com/handsontable/hyperformula/pull/446/files but you would have to go back to the revision...
Thanks! And thank you for the real use case example. We don't have such data. Handsontable can be used in both scenarios and it's up to the developer which one...
@marek-baranowski We have a call scheduled next Monday where we will discuss tasks for February/roadmap. Until then I don't have any ETA, sorry.
@swistak35 > Also, the `-1` sheet workaround is hidden, but still "leaks" when someone would try to use non absolute references :) I don't know what we want to do...
Currently relative named expressions are not supported.
> Expected result: Get 16 supported languages. Nope. Languages available for `registerLanguage` are those that are loaded on the page. If you don't attach additional files, they are not available....
Hi, I'm from @handsontable and I can answer your questions. This library is only a wrapper around Handsontable. And as a wrapper its code is licensed under MIT. However it...
@swistach I wouldn't call it a workaround, it's the correct way to handle client side only components. And would not classify this as a bug, making client side only component...
This method https://github.com/handsontable/handsontable/blob/fa685dc8c194c0269b893d202580ce7091ed8322/src/dataMap.js#L582-L588 Is transpiled to `splice.apply` ```ts key: "spliceData", value: function spliceData(index, amount) { for (var _len3 = arguments.length, elements = new Array(_len3 > 2 ? _len3 - 2...