IronCalc – Open-Source Spreadsheet Engine
ironcalc.com
IronCalc – Open-Source Spreadsheet Engine
1–10 of 238 posts
Re: IronCalc – Open-Source Spreadsheet Engine
#2Re: IronCalc – Open-Source Spreadsheet Engine
#3A 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/
MIT or Apache 2 (player's choice) if anyone else has grown deeply suspicious about any "open source" HN headlines of late
Re: IronCalc – Open-Source Spreadsheet Engine
#4A 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/
"backend" seemed to imply it was contacting some server, but https://github.com/ironcalc/ironcalc#early-testing claims (and the network tab confirms) it is just Rust compiled to wasm, no "backend" required MIT or Apache 2 (player's choice) if anyone else has grown deeply suspicious about any "open source" HN headlines of late
Re: IronCalc – Open-Source Spreadsheet Engine
#5Re: IronCalc – Open-Source Spreadsheet Engine
#6Re: IronCalc – Open-Source Spreadsheet Engine
#7Re: IronCalc – Open-Source Spreadsheet Engine
#8Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have
Re: IronCalc – Open-Source Spreadsheet Engine
#9Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have
Re: IronCalc – Open-Source Spreadsheet Engine
#10Earlier quoted context omitted.
"backend" seemed to imply it was contacting some server, but https://github.com/ironcalc/ironcalc#early-testing claims (and the network tab confirms) it is just Rust compiled to wasm, no "backend" required MIT or Apache 2 (player's choice) if anyone else has grown deeply suspicious about any "open source" HN headlines of late
backend does not imply server to me, it implies software that does the calculating engine work and does not concern itself with display refresh.