A terminal spreadsheet editor with Vim keybindings
Vim keybindings feel natural with normal/insert/visual modes and :wq commands.
Probabilistic Spreadsheets
Monte Carlo sampling inside a spreadsheet beats collapsing uncertainty into single scalars.
Data scientists, risk analysts, quantitative modelers
Guesstimate · Causal · Crystal Ball
I built a spreadsheet for modeling uncertainty directly in cells.
Cells can contain probability distributions, ranges, or distributions inferred from confidence intervals. Formulas then propagate that uncertainty through the sheet.
For example:
A1 = N.CI(10, 20)
B1 = U(2, 5)
C1 = A1 * B1
Instead of a single value, C1 becomes a sampled result.
The formula engine is powered by GaussFormula, a modification of HyperFormula that supports uncertain cells and sampled calculations.
The app is early and under active development and I would appreciate some feedback.
Vim keybindings feel natural with normal/insert/visual modes and :wq commands.
Six classic games camouflaged as spreadsheet cells to bypass office firewalls.
Formula recalculation survives serialization round-trips for agent workflows.
Headless spreadsheet engine with agent API when HyperFormula lacks sync.
Finally: XLOOKUP, FILTER, dynamic arrays in Python—openpyxl can't, xlcalc won't.
2.5min Tesla model build beats Excel plugins, but AI spreadsheets are getting crowded.