Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 669 Bytes

JSON Sheets

A research prototype exploring ideas for extending spreadsheets.

No coherent result yet, just various explorations. Use at your own risk and don't expect good code inside.

See Twitter for a tad more explanation.

Some of the concepts in play:

  • named cells containing JSON
  • JQ as a formula language
  • build a GUI in a spreadsheet -- input events in the UI are represented as an append-only immutable stream, which is then processed by further cells

The redesign branch has an alternate version from the master one.

To run

npm start, then view the app at localhost:3000