Remix.run Logo
Sorvad 4 hours ago

Would love a good, modern Excel alternative. A few feature requests: - Ability to set european number style as standard - Ability to import/open csv

njaremko 3 hours ago | parent [-]

- We had a bet internally about how long it'd take for someone to complain about default number styles, we'll get this in by tomorrow

- CSV import can be done today either by using claude / codex and telling them to load the CSV into nobie (we install an MCP on first boot of the app, and we have a really nice built-in terminal, you can click the claude / codex buttons in the top button bar to launch them), or using the CLI. We're working on a GUI workflow for it, but CSV is a cursed format, so we want to do it better than Excel