forked from sheetjs/sheetjs
SheetJS
b0b3ffea84
more formats: o fractional seconds o absolute time formats o generalized engineering notation o better resolution in splitting format strings o support for LO uppercase date+time formats other changes - no more prototype pollution - many many more tests - passes jshint - code coverage: blanket + coveralls + travis - npmignore test files
39 lines
1.7 KiB
JSON
39 lines
1.7 KiB
JSON
[
|
|
["\"foo\";\"bar\";\"baz\";\"qux\"",
|
|
[1, "foo"], [-1, "bar"], [0, "baz"], ["sheetjs", "qux"]
|
|
],
|
|
["\"foo\";\"bar\";\"baz\"",
|
|
[1, "foo"], [-1, "bar"], [0, "baz"], ["sheetjs", "sheetjs"]
|
|
],
|
|
["\"foo\";\"bar\";@",
|
|
[1, "foo"], [-1, "bar"], [0, "foo"], ["sheetjs", "sheetjs"]
|
|
],
|
|
["\"foo\";\"bar\"",
|
|
[1, "foo"], [-1, "bar"], [0, "foo"], ["sheetjs", "sheetjs"]
|
|
],
|
|
["@@", [1, "1"], [-1, "-1"], [0, "0"], ["sheetjs", "sheetjssheetjs"]],
|
|
["[Blue]General", [1, "1"], [-1, "-1"], [0, "0"], ["sheetjs", "sheetjs"]],
|
|
["[Blue]G3neral", [1], [-1], [0], ["TODO","TODO"]],
|
|
["A\"TODO\"", [1, "ATODO"], [-1, "ATODO"], [0, "ATODO"], ["TODO","TODO"]],
|
|
["r", [1], [-1], [0], ["TODO","TODO"]],
|
|
["((;@", [1], [-1], [0], ["TODO","TODO"]],
|
|
["\\r", [1, "r"], [-1, "r"], [0, "r"], ["TODO","TODO"]],
|
|
["_($* #,##0_);_($* (#,##0);_($* \"-\"_);_(@_)", [1, " $1 "], [-1, " $(1)"], [0," $- "], ["TODO", " TODO "]],
|
|
["#,##0.0", [1, "1.0"], [-1, "-1.0"], [0,"0.0"], ["TODO", "TODO"]],
|
|
["#,###", [1, "1"], [-1, "-1"], [0,""], ["TODO", "TODO"]],
|
|
["#.##", [1, "1."], [-1, "-1."], [0,"."], ["sheetjs", "sheetjs"]],
|
|
["0;0", [1.1, "1"], [-1.1, "-1"], [0,"0"], ["sheetjs", "sheetjs"]],
|
|
["0.0", [1, "1.0"], [-1, "-1.0"], [0,"0.0"], ["sheetjs", "sheetjs"]],
|
|
["0.00", [1, "1.00"], [-1, "-1.00"], [0,"0.00"], ["sheetjs", "sheetjs"]],
|
|
["0.000", [1, "1.000"], [-1, "-1.000"], [0,"0.000"], ["sheetjs", "sheetjs"]],
|
|
["hh:mm AM/PM", [0.7, "04:48 PM"]],
|
|
["hhh:mm AM/PM", [0.7]],
|
|
["hhh:mmm:sss", [0.7]],
|
|
["hh:mmm:sss", [0.7]],
|
|
["hh:mm:sss", [0.7]],
|
|
["[hhh]", [0.7]],
|
|
["A/P", [0.7, "P"]],
|
|
["e", [0.7, "1900"]],
|
|
["\"foo\";\"bar\";\"baz\";\"qux\";\"foobar\"", [1], [0], [-1], ["sheetjs"]]
|
|
]
|