This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ae9dd13aa0
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
Logical
/
IFERROR.php
45 lines
497 B
PHP
Raw
Blame
History
<
?
php
return
[
[
null
,
null
,
'Error'
,
],
[
true
,
true
,
'Error'
,
],
[
42
,
42
,
'Error'
,
],
[
''
,
''
,
'Error'
,
],
[
'ABC'
,
'ABC'
,
'Error'
,
],
[
'Error'
,
'#VALUE!'
,
'Error'
,
],
[
'Error'
,
'#NAME?'
,
'Error'
,
],
[
'Error'
,
'#N/A'
,
'Error'
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink