• Operand
  • hou are ue?

gram: shape

Clone using:

mkdir ~/src; cd ~/src
wget -O - 'https://share.operand.online/gram//root/share/gram/shape/?download=tar_gz' | tar -xzv
cd .//root/share/gram/shape; git checkout main

JSON Sheets

(Re)Based on original research by @geoffrylitt.

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

yarn install
yarn dev

... and open localhost:3000