|
1 | 1 | <br>
|
2 | 2 | <p align="center">
|
3 |
| - <a href="https://handsontable.github.io/hyperformula/"> |
| 3 | + <a href="https://hyperformula.handsontable.com/"> |
4 | 4 | <img src="https://raw.githubusercontent.com/handsontable/hyperformula/master/github-hf-logo-blue.svg" width="350" height="71" alt="HyperFormula - A headless spreadsheet, a parser and evaluator of Excel formulas"/>
|
5 | 5 | </a>
|
6 | 6 | </p>
|
|
22 | 22 |
|
23 | 23 | HyperFormula is a headless spreadsheet built on top of TypeScript. It is a parser and evaluator of Excel formulas for web applications. You can use it in a browser or as a service, with Node.js as your back-end technology.
|
24 | 24 | - High-speed Excel formula parsing and evaluating
|
25 |
| -- A library of [380+ built-in functions](https://handsontable.github.io/hyperformula/guide/built-in-functions.html) available in 16 languages |
26 |
| -- Support for [custom functions](https://handsontable.github.io/hyperformula/guide/custom-functions.html) |
27 |
| -- Function syntax [compatible with Excel and Google Sheets](https://handsontable.github.io/hyperformula/guide/known-limitations.html#google-sheets-and-microsoft-excel) |
28 |
| -- [Support for Node.js](https://handsontable.github.io/hyperformula/guide/server-side-installation.html#install-with-npm-or-yarn) |
29 |
| -- Support for [undo/redo](https://handsontable.github.io/hyperformula/guide/undo-redo.html) |
30 |
| -- Support for [CRUD operations](https://handsontable.github.io/hyperformula/guide/basic-operations.html) |
31 |
| -- Support for [clipboard](https://handsontable.github.io/hyperformula/guide/clipboard-operations.html) |
32 |
| -- Support for [named expressions](https://handsontable.github.io/hyperformula/guide/named-expressions.html) |
33 |
| -- Support for [data sorting](https://handsontable.github.io/hyperformula/guide/sorting-data.html) |
34 |
| -- Support for [React](https://handsontable.github.io/hyperformula/guide/integration-with-react.html), [Angular](https://handsontable.github.io/hyperformula/guide/integration-with-angular.html), and [Vue.js](https://handsontable.github.io/hyperformula/guide/integration-with-vue.html) |
| 25 | +- A library of [380+ built-in functions](https://hyperformula.handsontable.com/guide/built-in-functions.html) available in 16 languages |
| 26 | +- Support for [custom functions](https://hyperformula.handsontable.com/guide/custom-functions.html) |
| 27 | +- Function syntax [compatible with Excel and Google Sheets](https://hyperformula.handsontable.com/guide/known-limitations.html#google-sheets-and-microsoft-excel) |
| 28 | +- [Support for Node.js](https://hyperformula.handsontable.com/guide/server-side-installation.html#install-with-npm-or-yarn) |
| 29 | +- Support for [undo/redo](https://hyperformula.handsontable.com/guide/undo-redo.html) |
| 30 | +- Support for [CRUD operations](https://hyperformula.handsontable.com/guide/basic-operations.html) |
| 31 | +- Support for [clipboard](https://hyperformula.handsontable.com/guide/clipboard-operations.html) |
| 32 | +- Support for [named expressions](https://hyperformula.handsontable.com/guide/named-expressions.html) |
| 33 | +- Support for [data sorting](https://hyperformula.handsontable.com/guide/sorting-data.html) |
| 34 | +- Support for [React](https://hyperformula.handsontable.com/guide/integration-with-react.html), [Angular](https://hyperformula.handsontable.com/guide/integration-with-angular.html), and [Vue.js](https://hyperformula.handsontable.com/guide/integration-with-vue.html) |
35 | 35 | - Open-source license
|
36 | 36 | - Actively maintained by the team that stands behind [Handsontable - JavaScript Data Grid](https://handsontable.com/)
|
37 | 37 |
|
38 | 38 | ## Documentation
|
39 | 39 |
|
40 | 40 | - [Explainer video](https://www.youtube.com/watch?v=JJXUmACTDdk)
|
41 |
| -- [Installation](https://handsontable.github.io/hyperformula/guide/client-side-installation.html) |
42 |
| -- [Basic usage](https://handsontable.github.io/hyperformula/guide/basic-usage.html) |
43 |
| - - [Demo with React](https://handsontable.github.io/hyperformula/guide/integration-with-react.html) |
44 |
| - - [Demo with Angular](https://handsontable.github.io/hyperformula/guide/integration-with-angular.html) |
45 |
| - - [Demo with Vue.js](https://handsontable.github.io/hyperformula/guide/integration-with-vue.html) |
46 |
| -- [API Reference](https://handsontable.github.io/hyperformula/api/) |
47 |
| -- [Configuration options](https://handsontable.github.io/hyperformula/guide/configuration-options.html) |
48 |
| -- [List of built-in functions](https://handsontable.github.io/hyperformula/guide/built-in-functions.html) |
49 |
| -- [Key concepts](https://handsontable.github.io/hyperformula/guide/key-concepts.html) |
| 41 | +- [Installation](https://hyperformula.handsontable.com/guide/client-side-installation.html) |
| 42 | +- [Basic usage](https://hyperformula.handsontable.com/guide/basic-usage.html) |
| 43 | + - [Demo with React](https://hyperformula.handsontable.com/guide/integration-with-react.html) |
| 44 | + - [Demo with Angular](https://hyperformula.handsontable.com/guide/integration-with-angular.html) |
| 45 | + - [Demo with Vue.js](https://hyperformula.handsontable.com/guide/integration-with-vue.html) |
| 46 | +- [API Reference](https://hyperformula.handsontable.com/api/) |
| 47 | +- [Configuration options](https://hyperformula.handsontable.com/guide/configuration-options.html) |
| 48 | +- [List of built-in functions](https://hyperformula.handsontable.com/guide/built-in-functions.html) |
| 49 | +- [Key concepts](https://hyperformula.handsontable.com/guide/key-concepts.html) |
50 | 50 |
|
51 | 51 | ## Installation and usage
|
52 | 52 |
|
@@ -96,7 +96,7 @@ HyperFormula doesn't assume any existing user interface, making it a great gener
|
96 | 96 | ## Contributing
|
97 | 97 |
|
98 | 98 | Help us build the fastest and most flexible calculation engine for
|
99 |
| -business web apps. Please read the [Contributing Guide](https://handsontable.github.io/hyperformula/guide/contributing.html) before making a pull request. |
| 99 | +business web apps. Please read the [Contributing Guide](https://hyperformula.handsontable.com/guide/contributing.html) before making a pull request. |
100 | 100 |
|
101 | 101 | ## License
|
102 | 102 |
|
|
0 commit comments