chriswillsflannery / typescript-spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 81.5%Language:HTML 10.2%Language:CSS 8.2%