spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← Commit log
commit
message
[TODO.md] some formulas require changes to the parser
author
Ben Vogt <[email protected]>
date
2017-06-13 00:52:18
stats
1 file(s) changed, 5 insertions(+), 5 deletions(-)
files
TODO.md
 1diff --git a/TODO.md b/TODO.md
 2index 63eceeb..080531e 100644
 3--- a/TODO.md
 4+++ b/TODO.md
 5@@ -26,7 +26,7 @@ For example 64 tbs to a qt.
 6 ### Formulas to write
 7 
 8 * ERROR.TYPE
 9-* ISBLANK
10+* ISBLANK - May require changes to parser.js
11 * ISEMAIL
12 * ISERR
13 * ISERROR
14@@ -40,18 +40,18 @@ For example 64 tbs to a qt.
15 * ISURL
16 * N
17 * TYPE
18-* CELL
19+* CELL - Requires changes to parser.js
20 * IFERROR
21 * ADDRESS
22-* COLUMN
23+* COLUMN - Requires changes to parser.js
24 * COLUMNS
25 * HLOOKUP
26-* INDEX
27+* INDEX - Requires changes to parser.js
28 * INDIRECT
29 * LOOKUP
30 * MATCH
31 * OFFSET
32-* ROW
33+* ROW - Requires changes to parser.js
34 * ROWS
35 * VLOOKUP
36 * COUNTBLANK