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 while I think of them
author
Ben Vogt <[email protected]>
date
2017-01-02 20:52:24
stats
1 file(s) changed, 2 insertions(+), 0 deletions(-)
files
README.md
 1diff --git a/README.md b/README.md
 2index 77dd672..6cea5a0 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -12,6 +12,8 @@ Things I should do.
 6 
 7 ### Write tests for parsing types
 8 * If I add a cell with a decimal, what's the most precision I can get?
 9+* If I add `=10 * 10` will it parse to 100?
10+* If I add `=SUM(10) + 22` will it parse to 32?
11 
12 ### Parsing interesting values
13 * Expand tests greatly.
14\ No newline at end of file