PhpSpreadsheet/Classes/PHPExcel
Mark Baker 907ad1ef66 Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML 2013-01-13 23:36:04 +00:00
..
CachedObjectStorage Bugfix: (manual merge from a pull request from amironov) Work item GH-82 - PHPExcel_Worksheet::getCellCollection() may not return last cached cell 2012-11-29 23:57:12 +00:00
Calculation Minor tweaks and bugfixes 2012-11-25 17:56:27 +00:00
Cell Minor style changes, and added timings to Examples 2012-11-28 21:30:58 +00:00
Chart Additional work on chart functionality for HTML and PDF Writers 2012-11-07 19:57:25 +00:00
Reader Modify listWorksheetNames() and listWorksheetInfo to use XMLReader with streamed XML rather than SimpleXML 2013-01-13 23:36:04 +00:00
RichText Change copyright 2011 -> 2012 2012-03-03 21:08:29 +00:00
Shared Initial modifications for XML-based sheet readers to use XMLReader via streaming for large files in the listWorksheetNames() and listWorksheetInfo() methods... still needs some additional work for merged cells to work correctly, but gives a hell of a memory boost and executes more quickly - the same principles will be applied to the core data readers, but that still requires a lot more work. However, when completed, the effort should be worth it for both speed and memory usage, and the code should be a lot cleaner for the core data reader as well 2013-01-12 12:52:00 +00:00
Style Ensure that signature of bindParent() in style class overrides matches the signature of bindParent() in the supervisor 2012-10-26 14:56:58 +01:00
Worksheet Fix key dereferencing 2012-11-25 09:01:45 +01:00
Writer Fix GH-8 / CP-11704 (Conditional formatting in Excel 5) 2012-12-18 00:46:53 +01:00
locale Remove BOM 2012-11-25 08:38:57 +01:00
Autoloader.php Initial modifications for XML-based sheet readers to use XMLReader via streaming for large files in the listWorksheetNames() and listWorksheetInfo() methods... still needs some additional work for merged cells to work correctly, but gives a hell of a memory boost and executes more quickly - the same principles will be applied to the core data readers, but that still requires a lot more work. However, when completed, the effort should be worth it for both speed and memory usage, and the code should be a lot cleaner for the core data reader as well 2013-01-12 12:52:00 +00:00
CachedObjectStorageFactory.php Bugfix: (manual merge from a pull request from amironov) Work item GH-82 - PHPExcel_Worksheet::getCellCollection() may not return last cached cell 2012-11-29 23:57:12 +00:00
Calculation.php Only load list of locale files for calculation engine if setLocale() is explicitly called 2012-12-24 15:32:17 +00:00
Cell.php Performance and memory improvements to Excel5 OLE Reader 2012-11-26 18:01:15 +00:00
Chart.php Setter methods for Title, Legend, X and y axis labels 2012-06-18 22:26:22 +01:00
Comment.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
DocumentProperties.php Doc Block changes 2012-03-11 17:58:38 +00:00
DocumentSecurity.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
Exception.php Unit tests for Cell static methods and creation of PHPExcel_Exception 2012-07-29 20:56:35 +01:00
HashTable.php Performance and memory improvements to Excel5 OLE Reader 2012-11-26 18:01:15 +00:00
IComparable.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
IOFactory.php Change Reader exceptions to PHPExcel_Reader_Exception 2012-10-29 23:51:09 +00:00
NamedRange.php Performance and memory improvements to Excel5 OLE Reader 2012-11-26 18:01:15 +00:00
ReferenceHelper.php Fixed formula/formatting bug when removing rows 2012-10-25 09:54:12 -04:00
RichText.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00
Settings.php Bugfix: Work item 18598 - Cannot access private property PHPExcel_CachedObjectStorageFactory::$_cacheStorageMethod 2012-09-06 23:40:39 +01:00
Style.php Modified applyFromArray() method of PHPExcel_Style to use PHPExcel::cellXfExists() call instead of expensive hash test. 2012-11-20 23:55:18 +00:00
Worksheet.php Performance and memory improvements to Excel5 OLE Reader 2012-11-26 18:01:15 +00:00
WorksheetIterator.php Change copyright 2011 -> 2012 2012-03-03 21:29:01 +00:00