Hacker News new | ask | show | jobs
by eviks 593 days ago
Cool project!

Do you have a detailed list tracking compatibility with Excel?

Do you have any great ideas where you can surpass it (in one way you can use yours without UI)?

1 comments

Thanks!

There is not a detailed tracking of all Excel features. But we track:

1. Function implementations: https://github.com/ironcalc/IronCalc/labels/Functions 2. Dynamic arrays, defined names, pivot tables, ...

Excel is huge we only aim at implementing a subset.

Exactly because Excel is huge it'd be nice to have such a detailed reference, grouped by type: functions, UI, scripting, built in analysis tools etc

And some features could reduce pressure re compatibility in other areas. For example, if you had some kind of wasm plugin system, then people could easily write the lacking functions in their favorite language without having to wait for the core to add such a function.

Thanks for the feedback. I will try to build a more detailed compatibility reference as you describe.