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
eb31899225
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
Logical
/
IF.php
38 lines
384 B
PHP
Raw
Blame
History
<
?
php
return
[
[
0
,
],
[
0
,
true
,
],
[
false
,
false
,
],
[
'ABC'
,
true
,
'ABC'
,
],
[
false
,
false
,
'ABC'
,
],
[
'ABC'
,
true
,
'ABC'
,
'XYZ'
,
],
[
'XYZ'
,
false
,
'ABC'
,
'XYZ'
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink