Skip to main content


Okay, I can't keep the urge of making my own spreadsheet program at bay any longer.

Let's get started.
in reply to Devine Lu Linvega

Tiny 58 bytes csv parser, now it's time to implement spreadsheet formulae.
in reply to Devine Lu Linvega

Aight, back to building a spreadsheet program in assembly. I will try to display border highlights around the region read in each of the formulae.
https://git.sr.ht/~rabbits/nebu/tree/main/item/src/nebu.tal
in reply to Devine Lu Linvega

Implemented highlight for cells from which the formulae is pulling its values.

I'm finally building my dream spreadsheet application, and it's going to be a mere 5kb program that runs on all our old devices.
in reply to Devine Lu Linvega

Fixed issue, added scrolling and display selection size. Up next, doing other functions than SUM, I'd like to have AVERAGE() and PRODUCT().
in reply to Devine Lu Linvega

Starting to dive into the more fun parts of spreadsheets UX! :moar:

Implementing this is endlessly fascinating. I should have tried this much earlier on.