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-02-16 01:26:56
stats
1 file(s) changed, 5 insertions(+), 1 deletions(-)
files
README.md
 1diff --git a/README.md b/README.md
 2index 929b694..dbe8ff8 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -28,4 +28,8 @@ inside parser.js? If we ever want to impliment custom formulas, or even accept d
 6 against this. Or else someone could load a CSV with javascript and when our spreadsheet opens it, then suddenly
 7 arbitrary javascript is executed in the client machine.
 8 
 9-### Criteria evaluations should accept "<>"
10\ No newline at end of file
11+### Criteria evaluations should accept "<>"
12+
13+### Criteria evaluations should escape reg-ex characters: http://stackoverflow.com/questions/3446170/escape-string-for-use-in-javascript-regex
14+
15+### Refactor `Util.ts`