PhpSpreadsheet/tests/data/Calculation/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
..
AND.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
IF.php Fix IF implementation to comply with Excel behavior 2019-11-17 18:26:33 +01:00
IFERROR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IFNA.php Improved tests (#1110) 2019-07-26 22:21:17 +02:00
IFS.php Add support for IFS() logical function (#1442) 2020-06-20 18:21:19 +02:00
NOT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
OR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
SWITCH.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
XOR.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00