update 1.0.8.0
Commits for version update
This commit is contained in:
13
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2DEC.data
vendored
Normal file
13
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/HEX2DEC.data
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"01AB", "427"
|
||||
"ABCD", "43981"
|
||||
"F6", "246"
|
||||
"12345", "74565"
|
||||
"123456789", "4886718345"
|
||||
"123.45", "#NUM!"
|
||||
"0", "0"
|
||||
"G3579A", "#NUM!"
|
||||
TRUE, "#VALUE!"
|
||||
"-107", "#NUM!"
|
||||
"A5", "165"
|
||||
"FFFFFFFF5B", "-165"
|
||||
"3DA408B9", "1034160313" // 2's Complement
|
Reference in New Issue
Block a user