PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Logical
Dawid Warmuz 859bef1901
Add support for IFS() logical function (#1442)
* Add support for IFS() logical function

* Use Exception as false value in IFS logical function, so it never collides with string in spreadsheet
2020-06-20 18:21:19 +02:00
..
AndTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FalseTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IfErrorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IfNaTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IfTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
IfsTest.php Add support for IFS() logical function (#1442) 2020-06-20 18:21:19 +02:00
NotTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
OrTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
SwitchTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
TrueTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
XorTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00