handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
https://hyperformula.handsontable.com/
Other
1.9k stars 108 forks source link

Introducing HyperFormula 2.6.1 #1364

Closed AMBudnik closed 5 months ago

AMBudnik commented 6 months ago

HyperFormula 2.6.1 is here! In this update, we have focused on fixing bugs in the documentation and the product itself.

Some of the bugs we’ve addressed in this release include: an issue where operation on ranges of incompatible sizes resulted in a runtime exception or an issue where the simpleCellAddressFromString method was crashing when called with a non-ASCII character in an unquoted sheet name.

Thanks to @BrianHung for his contribution in fixing a bug where adding a row to a very large spreadsheet resulted in a Maximum call stack size exceeded error. (https://github.com/handsontable/hyperformula/issues/1332)

Thanks to @zackrw for his contribution in fixing a typo in the JSDoc comment of the HyperFormula class. (https://github.com/handsontable/hyperformula/issues/1323)

Release notes ->