$ python ui.py
It supports three different formulas for now:
- SUM: To sum entries from 2 cells. e.g. =SUM(a1, b1)
- MUL: To multiply entries from 2 cells. e.g. =MUL(a1, b1)
- AVG: To take avg of the entries from 2 cells. e.g. =AVG(a1, b1)
It supports evaluating dependent cells.
