lightsheet-team / lightsheet

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

Handle math expression #35

Closed Yousif-FJ closed 6 months ago

Yousif-FJ commented 6 months ago

Sheet::evaluateCell should set cell value based on expression handling of its formula. Functions and ranges can be ignored for now. For example, formula "=1+2" should result in the cell value being "3".