Inspired by Thomas Street's spreadsheet.html.
Features:
- Under 30 lines of vanilla JavaScript
- Libraries used: none
- Excel-like syntax (formulas start with "=")
- Support for arbitrary expressions (=A1+B2*C3)
- Circular reference prevention
- Automatic localStorage persistence