update 1.0.8.0
Commits for version update
This commit is contained in:
13
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2BIN.data
vendored
Normal file
13
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2BIN.data
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"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
|
Reference in New Issue
Block a user