ironcalc / IronCalc

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

Implement external links #24

Open nhatcher opened 3 months ago

nhatcher commented 3 months ago

In general you can reference another workbook with formulas like ='[Worbook2]Sheet3!S3.

Excel stores the value of the cells in the workbook (but not the formulas).

This needs to be spec'd out.

This might be important for #23

nhatcher commented 3 months ago

An interesting detail s that it should be possible to connect two different workbooks on different tabs or even different machines connected over the network.

This is one step short of having remote computations that needs it's own ticket and also need to be spec'ed out.