mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-23 22:06:07 +03:00
cbad0cbb14
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88244 2327b42d-5241-43d6-9e2a-de5ac946f064
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
"01AB", "110101011"
|
|
"ABCD", "#NUM!"
|
|
"F6", "11110110"
|
|
"F", 8, "00001111"
|
|
"B7", "10110111"
|
|
"12345", "#NUM!"
|
|
"123456789", "#NUM!"
|
|
"123.45", "#NUM!"
|
|
"0", "0"
|
|
"G3579A", "#NUM!"
|
|
TRUE, "#VALUE!"
|
|
"-107", "#NUM!"
|
|
"FFFFFFFFFF", "1111111111" // 2's Complement
|