typescript-spreadsheet

please install dependencies with npm install and run with npm start.

to perform basic arithmetic, type in =2+2 in any cell and hit enter key.

to perform arithmetic with cell value references, type in =(col1row1 + col2row1) and hit enter key.

please note that any arithmetic operations may only use the +, -, *, or / operators.