PhpSpreadsheet/Classes/PHPExcel/Calculation
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
..
Token Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Database.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
DateTime.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Engineering.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Exception.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
ExceptionHandler.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Financial.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
FormulaParser.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
FormulaToken.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Function.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Functions.php Double quote support for SUMIF() condition 2014-01-17 21:01:57 +09:00
Logical.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
LookupRef.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
MathTrig.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Statistical.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
TextData.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
functionlist.txt Migration from off-site Subversion repository (part 1). 2010-08-26 19:14:53 +00:00