websheets-core
v0.2.2
Published
Back-end components for websheets
Downloads
9
Readme
Websheets Core
An experimental spreadsheet engine in JS for the browser and Node.
Features
- Formulas
- Addition, subtraction, multiplication, division, exponents (with order of operations)
- Ability to reference individual cells
- Ability to pass ranges of cells (in two dimensions) as function arguments
- Very large list of compatible Excel-style functions
- Dynamically update as referenced values update
- Import parsed data (
loadData
) - Supports Excel-style circular reference convergence