# HyperFormula guide

submited by
Style Pass
2021-08-17 23:30:09

HyperFormula is an open-source calculation engine that allows you to perform Excel-like calculations in your business applications. It is written in TypeScript and works with major JavaScript frameworks like Vue, React, and Angular. You can use it in a browser or as a service, with Node.js as your back-end technology.

The functions use A1 notation and are compatible with popular spreadsheet software like Excel or Google Sheets, which means that you can easily transfer the data and formulas between them.

HyperFormula covers most user-triggered actions such as CRUD operations, undo/redo, and clipboard operations. It also supports the use of cross-sheet references, named expressions, different data types, and custom functions.

HyperFormula doesn't assume any existing user interface (UI), which makes it a great general-purpose library that can be used in various business applications. Here are some ideas on what you can build with HyperFormula:

Leave a Comment