spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← Commit log
commit
message
Adding and editing TODOs inside README.md
author
Ben Vogt <[email protected]>
date
2017-01-08 22:08:29
stats
1 file(s) changed, 8 insertions(+), 2 deletions(-)
files
README.md
 1diff --git a/README.md b/README.md
 2index 408eb28..b53f986 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -10,7 +10,12 @@ Things I should do.
 6 
 7 ### Write formulas for missing ones
 8 * FDIST vs F.DIST, differentiate.
 9-* FINV
10-* SIN
11-* SUMX2PY2
12-* TAN
13+* FINV vs F.INV, differentiate.
14+* SUM_ formulas
15+* ACCRINT
16+
17+### How do we parse formula names that contain delimiters?
18+For example how do we parse `=F.DIST` to `=FDIST`? Currently doesn't work.
19+
20+### Moment.js issue.
21+There are an awful lot of tests that fail when we use formulajs' version of moment. We should probably replace it.