ironcalc / IronCalc

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

Implement Dynamic Arrays #16

Open nhatcher opened 4 months ago

nhatcher commented 4 months ago

In Excel Dynamic Arrays are formulas that might span several cells.

See https://support.microsoft.com/en-au/office/dynamic-array-formulas-and-spilled-array-behavior-205c6b06-03ba-4151-89a1-87a7eb36e531

This means we could implement:

Note that implementing those will require a new evaluation strategy.

Blocked by: #15, #17