- Feb 23, 2014
-
-
Mark Baker authored
Double quote support for SUMIF() condition
-
Mark Baker authored
Bugfix: Work item CP20760 - Formula references to cell on another sheet in ODS files
-
- Feb 22, 2014
-
-
Mark Baker authored
-
- Feb 21, 2014
-
-
Mark Baker authored
-
Mark Baker authored
-
Mark Baker authored
-
-
Mark Baker authored
-
Maarten Balliauw authored
When libxmlloader options are the default values, disable the entity loader as well. CVE-2014-2054 by MITRE
-
Maarten Balliauw authored
When libxmlloader options are teh default values, disable the entity loader as well. CVE-2014-2054 by MITRE
-
Mark Baker authored
AS we're using simpleXML for xml reading still, we need to use libxml_disable_entity_loader(true); for XXE security patch
-
Mark Baker authored
-
Mark Baker authored
-
Maarten Balliauw authored
Disabled libxml external entity loading by default.
-
Maarten Balliauw authored
If you want to allow loading external entity references in XML, call PHPExcel_Settings::setLibXmlLoaderOptions(0).
-
- Feb 09, 2014
-
-
Mark Baker authored
-
Mark Baker authored
-
- Jan 17, 2014
-
-
Adrien Crivelli authored
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 ('>"').
-
- Jan 08, 2014
-
-
Mark Baker authored
-
- Dec 31, 2013
-
-
Mark Baker authored
-
Mark Baker authored
-
Mark Baker authored
Bugfix: (EliuFlorez) Work item GH-279 - Fatal error: Call to a member function cellExists() line: 3327 in calculation.php if referenced worksheet doesn't exist
-
Mark Baker authored
Update Calculation.php
-
- Dec 30, 2013
-
-
Mark Baker authored
-
Mark Baker authored
-
Mark Baker authored
-
- Dec 29, 2013
-
-
Mark Baker authored
-
- Dec 28, 2013
-
-
Mark Baker authored
Bugfix: Work Item GH-257 - Passing an array of cells to _generateRow() in the HTML/PDF Writer causes caching problems with last cell in the range
-
- Dec 23, 2013
-
-
Mark Baker authored
-
- Dec 09, 2013
-
-
Mark Baker authored
Bugfix: Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references
-
Mark Baker authored
Bugfix: Work Item GH-275 - Insert New Row/Column Before is not correctly updating formula references
-
- Dec 05, 2013
-
-
Eliu Florez authored
PHPExcel Fatal error: Call to a member function cellExists() line: 3327
-
- Dec 03, 2013
-
-
Mark Baker authored
Mods to handle encrypted files on both 32-bit and 64-bit versions of PHP - currently only tested on 32-bit Windows
-
- Dec 01, 2013
-
-
Mark Baker authored
-
Mark Baker authored
Convert properties to string in OOCalc reader
-
- Nov 28, 2013
-
-
Mark Baker authored
Feature: (trvrnrth) Work Item GH-261 - Add support for reading protected (RC4 encrypted) .xls files (tweaked for PHP 5.2 compatibility)
-
- Nov 26, 2013
-
-
infojunkie authored
-
- Nov 23, 2013
-
-
Mark Baker authored
-
Mark Baker authored
Binary comparaison of strings are case insensitive
-
Mark Baker authored
Bugfix: (PowerKiKi) Work Item GH-273 - ISTEXT() return wrong result if referencing an empty but formatted cell
-