lightsheet-team / lightsheet

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

Implement applying cell formatting rules #99

Closed Fluglow closed 6 months ago

Fluglow commented 6 months ago
Yousif-FJ commented 6 months ago

Question: Do you think it is possible to make the resolve cell process into stages? Where the line between formula evaluation and value formatting is clear? Because cell have resolvedValue and formattedValue I can think of those operations as 2 stage operations and not a single resolveCell functions.

Fluglow commented 6 months ago

Question: Do you think it is possible to make the resolve cell process into stages? Where the line between formula evaluation and value formatting is clear? Because cell have resolvedValue and formattedValue I can think of those operations as 2 stage operations and not a single resolveCell functions.

Good point; I've split the logic since a formatter update shouldn't require resolving the formula.