PhpSpreadsheet/unitTests/Classes/PHPExcel
Adrien Crivelli a0da3e32ec Double quote support for SUMIF() condition
SUMIF() condition can have double quote, such as '=SUMIF(A2:A4,">""",B2:B4)'.
This formula purpose is to compare the character double quote (").

In our previous patch (commit f1a1f525) we wrongly assumed that
PHPExcel_Calculation_MathTrig::SUMIF() expected the condition to escaped ('>""'),
but this is actually not the case in real use of PHPExcel, so the unit tests were
modified accordingly to use non-escaped condition ('>"').
2014-01-17 21:01:57 +09:00
..
Calculation Double quote support for SUMIF() condition 2014-01-17 21:01:57 +09:00
Cell Fixes to Advanced Value Binder for cell restructuring 2013-02-21 11:29:32 +00:00
Chart Reorganised unit test directories 2012-07-31 21:56:11 +01:00
Shared Merge pull request #95 from Slamdunk/hotfix/remove-sys-tests 2012-11-28 23:30:54 -08:00
Style Eliminate need for use of money_format() function; various fixes to HLOOKUP, VLOOKUP and DOLLAR functions + unit tests 2013-06-15 12:15:03 +01:00
Worksheet Fixes to Advanced Value Binder for cell restructuring 2013-02-21 11:29:32 +00:00
AutoloaderTest.php Reorganised unit test directories 2012-07-31 21:56:11 +01:00
CalculationTest.php Comparison operators on strings are usually case insensitive 2013-11-21 16:04:59 +09:00
CellTest.php Reorganised unit test directories 2012-07-31 21:56:11 +01:00
ReferenceHelperTest.php Some refactoring of insert/delete row/column reference methods 2013-04-25 17:53:29 +01:00