PhpSpreadsheet/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
..
CachedObjectStorage Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CalcEngine Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Calculation Double quote support for SUMIF() condition 2014-01-17 21:01:57 +09:00
Cell Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Chart Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
locale Bulgarian localisation 2013-07-15 09:28:47 +03:00
Reader Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
RichText Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Shared Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Style Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Worksheet Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Writer Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Autoloader.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CachedObjectStorageFactory.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Calculation.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Cell.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Chart.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Comment.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
DocumentProperties.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
DocumentSecurity.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
HashTable.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
IComparable.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
IOFactory.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
NamedRange.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
ReferenceHelper.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
RichText.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Settings.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Style.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Worksheet.php Bugfix: Work Item CP20604 - Adding Sheet to Workbook Bug 2014-01-08 10:15:07 +00:00
WorksheetIterator.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00