update 1.0.8.0
Commits for version update
This commit is contained in:
8
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IFERROR.data
vendored
Normal file
8
vendor/phpoffice/phpexcel/unitTests/rawTestData/Calculation/Logical/IFERROR.data
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
, "Error", NULL
|
||||
TRUE, "Error", TRUE
|
||||
42, "Error", 42
|
||||
"", "Error", ""
|
||||
"ABC", "Error", "ABC"
|
||||
"#VALUE!", "Error", "Error"
|
||||
"#NAME?", "Error", "Error"
|
||||
"#N/A", "Error", "Error"
|
Reference in New Issue
Block a user