This is my lab for Object Oriented Programming course in university
Program to work with tables(like Excel).
- Can parse the expression in cells and calculate the result.
- Detecting cycles in cells references
- Supports such operations: +,-,*,/,^,inc(),dec(),max(),min(), brackets, references on other cells
- Save and load files(Uses xml files)