spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← Commit log
commit
message
Adding TODOs to README.md
author
Ben Vogt <[email protected]>
date
2017-01-01 21:31:42
stats
1 file(s) changed, 9 insertions(+), 0 deletions(-)
files
README.md
 1diff --git a/README.md b/README.md
 2index 5ecc9a2..a6641a5 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -3,3 +3,12 @@ TypeScript implementation of a spreadsheet.
 6 
 7 ## TODO
 8 Things I should do.
 9+
10+### Write tests for supported formulas.
11+
12+### Write tests for Sheet.ts edge cases
13+* If I set a cell with a formula, update a dependency, the value of that cell should change.
14+* If I set a cell with a formula, update it, the value of that cell should change.
15+
16+### Write tests for parsing types
17+* If I add a cell with a decimal, what's the most precision I can get?