Live data from Hacker News

IronCalc – Open-Source Spreadsheet Engine

ironcalc.com

41–50 of 238 posts

Re: IronCalc – Open-Source Spreadsheet Engine

#41
post #5

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!!

Re: IronCalc – Open-Source Spreadsheet Engine

#42
post #5

Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have

What a cool project! I intend to dive in and I'm sure I'll have questions as I do. Are you active in Discord? The invite link on the bottom of ironcalc.com isn't currently valid.

Re: IronCalc – Open-Source Spreadsheet Engine

#44
post #30
post #5

Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have

Great project. I particularly love the: 1) mit license 2) using plausible instead of Google analytics. Practically speaking, uBO is going to block both by default, but for non-tech users this is great. 3) appreciate how the app respects your pc when the web app is running in the background. Very low footprint, no random CPU spikes or anything. Wish you guys the best.

If you are curious, I just made the analytics public:

https://plausible.io/ironcalc.com

I think more than one folk in HN might be interested. All traffic is because of this post. I had no visitors as of today. This was work in progress :)

Re: IronCalc – Open-Source Spreadsheet Engine

#46
post #42
post #5

Hey! This is my project! Amazed to see this here. I'll try to answer questions people might have

What a cool project! I intend to dive in and I'm sure I'll have questions as I do. Are you active in Discord? The invite link on the bottom of ironcalc.com isn't currently valid.

I got in via https://discord.gg/zZYWfh3RHJ from the github repo

Re: IronCalc – Open-Source Spreadsheet Engine

#48
post #9

Earlier quoted context omitted.

Thanks for your great work! I’d love to hear your thoughts on a recent “brainstorm” a few of us had here on HN about spreadsheets. How does this resonate with you? [1][2] [1] https://news.ycombinator.com/item?id=42027356 [2] https://news.ycombinator.com/item?id=41970554

Hi wsih, thanks! There is a lot to unpack on those threads but of the top of my head: 1. Clear separation between UX/backend Done by design in IronCalc. It is first a spreadsheet engine. 2. Multi language support, language connectivity, enhanced data types, ... You might very well be right, but out first step is to be as close to Excel as possible. We are ~ 1 year away from being formula compatible in a reasonable wa…

I am sure you are in the right track! It would also be great to know if you have some kind of business model on mind.

Re: IronCalc – Open-Source Spreadsheet Engine

#49
post #4
post #3

Earlier 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.

Backend is a general word, not limited to client-server or the web. You can have a rendering backend with various configurable choices, like in Matplotlib (https://matplotlib.org/stable/users/explain/figure/backends....), or the deep learning library Keras has a choice between PyTorch, JAX and TensorFlow backends.

Re: IronCalc – Open-Source Spreadsheet Engine

#50

I am genuinely looking forward for the success of this project. I am just wondering will this support scripting language like VBA for Microsoft Excel?

Thanks. I am thinking a lot about this recently. We will definitely support a scripting language, or rather several scripting languages. VBA won't be one of them, I think. I wouldn't want to create a language just for this. Maybe use a language like Lua or perhaps Rhai[0]. By design extending and embedding IronCalc should be very easy. Work in this direction will not start in the next 9 months though. [0]: https://gi…

Thank god for that, VBA gives me nightmares.
Post reply on HN