hyperformula
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.
### 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 ```...
### 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...