- CLI csv editor
- Includes 2 csv files for testing purposes
Build program then
/.run.bat fileName- CSV Cell parsing (needs ',' to separate cells)
- Expression parsing end evaluation (only plus operator)
- Simple operations
print- Prints the table of literal values of the cells
printe- Prints the table of evaluated expression values
cv x y value
cv POSITION value- Changes value of cell at X,Y or Position(eg. A1, B5, etc.) to value (only to int and string)
expr POSITION- Evaluates and prints value of expression at position
- Many