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.0 🎉 #1310

Closed AMBudnik closed 6 months ago

AMBudnik commented 10 months ago

Today, we've released HyperFormula 2.6.0. In this update, we have focused on optimizing the performance of HyperFormula implementations involving a large number of data cells and addressing some of the issues reported by our users.

60% performance improvement

In our testing, we achieved nearly 60% improvement in the execution time of a test case featuring 5 million text data cells and no formulas.

Custom functions handle empty cell values

We've also addressed some of your requests, including exporting the EmptyValue symbol as a public API. This allows your custom functions to be able to handle empty cell values, expanding the range of behaviors that can be implemented.

Read release notes →