mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 21:36:05 +03:00
20 lines
310 B
Plaintext
20 lines
310 B
Plaintext
NULL, "null"
|
|
, "null"
|
|
"#NULL!", "e"
|
|
FALSE, "b"
|
|
TRUE, "b"
|
|
"FALSE", "s"
|
|
"TRUE", "s"
|
|
"", "s"
|
|
"ABC", "s"
|
|
"123", "n"
|
|
123, "n"
|
|
0.123, "n"
|
|
"-123", "n"
|
|
"1.23E4", "n"
|
|
"-1.23E4", "n"
|
|
"1.23E-4", "n"
|
|
"000123", "s"
|
|
"=123", "f"
|
|
"#DIV/0!", "e"
|