Basic spreadsheet calculator in vanilla JavaScript. Project for WAP (Internet Applications) course at FIT BUT.
For more detailed list of features see instructions (in Czech). Here is an outline:
- Select cells using mouse and keyboard.
- Delete values in selected cells.
- Edit cell's value.
- Expressions (with
eval
and everything!). You can reference other cells and use two built-in functions -AVG
andSUM
.
See demo for an example.