Read .csv file.
Parse values and evaluate the expressions.
Report circular references and other errors.
Input looks like this...
A , B
1 , 2
3 , 4
=A1+B1 , =A2+B2
..and the output like this
A | B
1 | 2
3 | 4
3 | 7
Checkout the original inspiration at https://github.com/tsoding/minicel