Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borgar/fx
Utilities for working with Excel formulas
https://github.com/borgar/fx
excel formula spreadsheet xlsx
Last synced: 1 day ago
JSON representation
Utilities for working with Excel formulas
- Host: GitHub
- URL: https://github.com/borgar/fx
- Owner: borgar
- License: mit
- Created: 2021-11-09T16:51:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T17:06:32.000Z (12 days ago)
- Last Synced: 2025-01-19T16:05:27.783Z (9 days ago)
- Topics: excel, formula, spreadsheet, xlsx
- Language: JavaScript
- Homepage:
- Size: 596 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _fx_
A tokenizer, parser, and other utilities to work with Excel formula code, specifically syntax highlighting.
This utility is partially developed as tooling for [GRID – The new face of spreadsheets](https://grid.is/), to which it owes a debt of gratitude.
## Installing
The library is also provided as an ES6 module in an NPM package:
$ npm install @borgar/fx
## Documentation
Documentation can be found under [docs/](./docs/):
* The API is documented in [docs/API.md](./docs/API.md).
* The AST format the parser emits is specified in [docs/AST_format.md](./docs/AST_format.md).
* A primer/terminology definitions of Excel references and ranges can be found in [docs/References.md](./docs/References.md).