https://github.com/logisky/LogiSheets
https://github.com/natefduncan/excel-emulator
https://github.com/jiradaherbst/XLFormula-Engine
111–120 of 238 posts
https://github.com/logisky/LogiSheets
https://github.com/natefduncan/excel-emulator
https://github.com/jiradaherbst/XLFormula-Engine
Interesting to see all those different takes on the spreadsheet metaphor.
Earlier quoted context omitted.
I'm a software developer with extremely bad marketing skills... This project targets both end spreadsheet users and developers. In its first an engine (a Rust crate) then a full fledged product. FWIW, I'm over them moon this project is getting some traction :)
I agree that the bullet points feel like ChatGPT output. Whether an LLM was involved or not, it's good practice nowadays to avoid that AI style as many are getting used to spotting it and frown about it.
Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have
Where were you when I started writing my code ;_; I have also written a spreadsheet engine in Rust from scratch, for an app built with the iced GUI library! I'll take a deep dive through your repo and compare notes later this week. Congrats on the huge lift!!
It's interesting that the Iron prefix means rust now. It used to mean .NET
Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have
nice project ! and attempt to modernize the spreadsheet tech stack. be warned though, that the feature-set of the modern spreadsheet is gigantic, with tentacles in hundreds of nooks and corners. Any attempt to play catch-up is a losing proposition. Hence you could position it so as not to directly compete with excel - in areas that are new or emerging. trivia: js based https://ethercalc.net/ is in turn is derived fro…
I've been looking out for projects like this over the years and I'm glad to see that this one takes Excel compatibility seriously! Also love the choice of Rust and WASM!
For me Dynamic Array support is a blocker and I can't play with it until you've got that. Very glad to see that's your top priority though[1]! That and everything in the Logical, Lookup and Reference, and Information sections (in that order). That covers probably over 95% of my work and I spend most of my time in Excel.
Awesome project! Looking forward to following this. I've been looking out for projects like this over the years and I'm glad to see that this one takes Excel compatibility seriously! Also love the choice of Rust and WASM! For me Dynamic Array support is a blocker and I can't play with it until you've got that. Very glad to see that's your top priority though[1]! That and everything in the Logical, Lookup and Referenc…
People could submit those and you'd get real usage stats of what functions people actually use in real world workbooks rather than guessing.
Users could also then use this to run a compatibility check to see if they could move over to your engine or not.
A spreadsheet engine. It's a React app with a Rust backend, but it impressed me how snappy it was[0]. Of course, it's not nearly as feature rich as Google Sheets, not to mention Excel. [0]: https://app.ironcalc.com/
I hope the backend engine can be used standalone embedded in other apps.