PhpSpreadsheet/tests/data/Calculation/Functions
Jorge Casas 156ab360fe
Fixed Functions->ifCondition for allowing <> and empty condition
In cells with formulas containing conditions like `=IFSUM(A1:A3;"";B1:B3)`
to sum cells from range A1:A3 with empty value in range B1:B3, the function
`Functions::ifCondition()` create in this case the code `=""""` instead of
`=""`, so it didn't work.

Closes #1206
2019-11-17 21:03:11 +01:00
..
ERROR_TYPE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IF_CONDITION.php Fixed Functions->ifCondition for allowing <> and empty condition 2019-11-17 21:03:11 +01:00
ISFORMULA.php Fix for worksheet lookup for worksheets with spaces in the title 2019-07-24 22:15:35 -07:00
IS_BLANK.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_ERR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_ERROR.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_EVEN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_LOGICAL.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_NA.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_NONTEXT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_NUMBER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_ODD.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
IS_TEXT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
N.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
TYPE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00