lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Implement cell reference handling #53

Closed Fluglow closed 5 months ago

Fluglow commented 5 months ago

Cell objects should hold information on the cells their formulas are referencing. This information should be used to cache CellKeys and make sure there are no circular references.

Fluglow commented 5 months ago

Currently (in math-engine), cells are only resolved upon setting their value. Once reference handling is implemented, any cells in referencesIn should also be updated to fully reflect the change.