Kuba Sekowski
Kuba Sekowski
> LGTM! I check all that made sense to me: > > * checked the source code for the use of outdated function signatures > * validity of the new...
Closing as released in version [2.1.0](https://github.com/handsontable/hyperformula/releases/tag/2.1.0).
Ok, I get it. Thanks @wojciechczerniak. In that case, the API reference for `languages` property should be updated. - [ ] Mention that this property is only useful for UMD...
@MartinDawson I can confirm it's a bug. `moveCells` should allow overriding the array formulas by moving content into the top-left corner of an array.
We should make out implementation follow the [ODFF specification](https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#__RefHeading__1018430_715980110): > * MatchType = -1 finds the smallest value that is greater than or equal to Search in a SearchRegion where...
Hi, @jboysen. I am sorry you experienced an issue with HyperFormula. You are right, the naming rules for named expressions must be updated. Thank you for reporting it.
It might be incorrect or there is something else going on here. Our team will investigate this issue shortly.
Related: #131
To achieve US locale compatibility: - `language: 'enUS'` (add this language and make sure there are no differences in function names between 'enGB' and 'enUS') - `dateFormats: ['MM/DD/YYYY', 'MM/DD/YY']` -...
Closing as released in [HyperFormula 2.2.0](https://github.com/handsontable/hyperformula/releases/tag/2.2.0)