0.3.1 • Published 3 years ago

websheets v0.3.1

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Websheets

Build Status

An experiment to make a spreadsheet engine for the web.

Features

  • Formulas
    • Addition, subtraction, multiplication, division (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
  • Dynamically sized columns
  • Keyboard interactions similar to Excel
  • Drag and drop
    • Drag cell to move
    • Drag corner of cell to copy
    • Copied cells adjust their formulas
      • Support for pinning identifiers with $ (e.g., $A$1, A$2)
  • Import parsed data (loadData)
  • Supports Excel-style circular reference convergence
0.3.1

3 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago