PhpSpreadsheet/tests/data/Calculation
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
..
DateTime As always, falling foul of codesniffer 2019-07-30 19:07:24 +02:00
Engineering Refactor engineering tests (#1106) 2019-07-25 21:02:41 +02:00
Financial Fixes to coupon functions (#1068) 2019-07-10 21:22:16 +02:00
Functions Fixed Functions->ifCondition for allowing <> and empty condition 2019-11-17 21:03:11 +01:00
Logical Fix IF implementation to comply with Excel behavior 2019-11-17 18:26:33 +01:00
LookupRef Merge branch 'master' into Further-Test-Refactoring 2019-09-20 16:04:36 -07:00
MathTrig Refactoring of math trig tests (#1102) 2019-07-23 00:50:30 +02:00
Statistical Improved tests (#1110) 2019-07-26 22:21:17 +02:00
TextData Upgrade to phpunit 7.5 2019-07-24 23:45:43 -07:00
Calculation.php Fix branch pruning resolution of non boolean conditions 2019-11-10 22:59:09 +01:00