websheets-core

Back-end components for websheets

Usage no npm install needed!

<script type="module">
  import websheetsCore from 'https://cdn.skypack.dev/websheets-core';
</script>

README

Websheets Core

Build Status

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