agents do a lot better when they can "run" the excel workbook and understand the impact of inputs, and how pixels look when layering on things like conditional formats.
openpyxl is great at what it does, but it’s a file-format library rather than a workbook runtime.
It can insert columns, for example, but it doesn’t maintain dependencies such as formulas, tables, charts, or defined names when doing so. It also doesn’t evaluate formulas.
Nobie runs the workbook like Excel would: it evaluates formulas, maintains workbook semantics through edits, renders the result, and reads and writes the file.
Roughly speaking, Nobie is to an Excel workbook what V8 is to JavaScript. openpyxl is closer to a parser and serializer.
via the CLI, you could probz stream values and formatting out of the sheet, although we probably need to add a few things to ensure you can reach into every nook and cranny of the xlsx file.
We an example on our site of how you might use git & nobie together.
Fair question. The short version is: the desktop app and CLI are free and always will be; optional cloud & AI services will cost money.
Working w/ .xlsx files shouldn't cost money, and we think people should be able to use their own AI.
We expect to charge orgs/enterprises for a cloud product around governance, and for AI where/when it makes sense. We also plan to make some money when large companies use Nobie for training or to power their products.
Right now, though, we’re entirely focused on making the desktop app and CLI hands down the best xlsx experience in the world. The paid cloud product comes later.
Hey HN, I’m Matt, the founder of Nobie. I started my career in banking and haven’t been able to shake the deep reverence I have for Excel. I grew up on it.
There are many good attempts to reinvent spreadsheets. We’re doing something different. We don’t want people to adopt a new language or move their work to another format. Instead, we want to improve how the Excel language is run and give people a choice of where to run it.
That’s what we’re building with Nobie: a second Excel-compatible runtime. It’s available as a native Mac app and as a CLI for macOS and Linux. The engine is written from first principles in Rust.
Nobie isn’t done. We are not at Excel parity today. Some features are missing.
We’re a team of four systems engineers. For the next eight weeks, all our work is going into closing those gaps.
Nobie is free and always will be for everything you can do in Excel.
Try it with a real workbook and tell us what breaks. The complicated and ugly ones are especially welcome.
desktop apps are so back