ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
60 stars 2 forks source link

Spreadsheets are all you need #23

Open nhatcher opened 6 months ago

nhatcher commented 6 months ago

Version 1.0 should be able to run the model in:

https://spreadsheets-are-all-you-need.ai/index.html

Link to the model:

https://github.com/ianand/spreadsheets-are-all-you-need/releases/tag/v0.6.0

Note that we don't need to parse xlsb, the xlsx equivalent is 1.3 Gb (vs the xlsb 1.2Gb)

Major roadblock right now are the array formulas

Link to HN discussions:

https://news.ycombinator.com/item?id=39700256

Related to:

https://github.com/ianand/spreadsheets-are-all-you-need/issues/2

ianand commented 6 months ago

(following)