Burger.
nP-Sheets
This is my attempt at a spreadsheet software because I wanted to do my taxes but don't have Excel any more.
It's incredibly basic. Here's the rules:
- If text is wrapped in curly brackets,
{ like this }
, it's evaluated as Javascript. It breaks with spaces, it's very brittle! - The function
$(row, col)
can be used to access a table entry. - If the table entry is a number, it's returned as a number. Otherwise it's just the text.
$(row, col)
reads the output of a script, if the selected node is a script.- As of writing, this doesn't automatically update dependencies or anything. So if you edit a cell, you'll need to click on all the cells that depend on it to update them.