update 1.0.8.0
Commits for version update
This commit is contained in:
12
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2OCT.data
vendored
Normal file
12
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Engineering/DEC2OCT.data
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"357", "545"
|
||||
"1357", "2515"
|
||||
"246", "366"
|
||||
"12345", "30071"
|
||||
"123456789", "726746425"
|
||||
"123.45", "173"
|
||||
"58, 3, "072"
|
||||
"0", "0"
|
||||
"3579A", "#VALUE!" // Invalid decimal
|
||||
TRUE, "#VALUE!" // Non string
|
||||
"-100", "7777777634" // 2's Complement
|
||||
"-107", "7777777625" // 2's Complement
|
Reference in New Issue
Block a user