hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

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.

Results 242 hyperformula issues
Sort by recently updated
recently updated
newest added

### Description Hi, I try to import Hyperformula lib in my web app like that: ```js // See https://www.npmjs.com/package/hyperformula documentation. import * as hyperformula from 'https://esm.run/hyperformula'; console.log(hyperformula) ``` and ```...

Bug
Impact: Medium
Tech Debt

### Discussed in https://github.com/handsontable/hyperformula/discussions/1532 Originally posted by **jablko** August 12, 2025 Is it possible to replace the formula `={Sheet1!$A:$A}` with a named range i.e. `=myRange`? Is there a trick I...

Bug
Impact: Medium
Named Expressions