.. |
CachedObjectStorage
|
Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
|
2012-01-16 12:34:22 +00:00 |
Calculation
|
Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
|
2012-01-16 12:34:22 +00:00 |
Cell
|
Bugfix: Work item 16895 - PHP Invalid index notice on writing excel file when active sheet has been deleted
|
2011-11-25 12:16:01 +00:00 |
Reader
|
Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
|
2012-01-16 12:34:22 +00:00 |
RichText
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
Shared
|
Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
|
2012-01-16 12:34:22 +00:00 |
Style
|
Bugfix: Work item 17199 - Indexed colors should be consistent with Excel and start from 1 (current indexing of the default palette array starts at 0)
|
2012-01-14 10:51:29 +00:00 |
Worksheet
|
General: Change iterators to implement Iterator rather than extend CachingIterator, as a fix for PHP 5.4. changes in SPL
|
2011-12-30 00:04:06 +00:00 |
Writer
|
Fix to inappropriate replacement of count() with empty().... there may be others I've not spotted yet.
|
2012-01-18 17:51:53 +00:00 |
locale
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
Autoloader.php
|
General: Work item 16028 - Fix for projects that still use old autoloaders
|
2011-12-02 14:16:23 +00:00 |
CachedObjectStorageFactory.php
|
Fix to cache factory getInstance() if initialize() has been called explicitly by a user call
|
2011-12-09 14:55:47 +00:00 |
Calculation.php
|
Fix to inappropriate replacement of count() with empty().... there may be others I've not spotted yet.
|
2012-01-17 21:57:06 +00:00 |
Cell.php
|
Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count()
|
2012-01-16 12:34:22 +00:00 |
Comment.php
|
Feature: Added support for cell comments in the Gnumeric and Excel2003XML Readers
|
2011-01-21 13:11:28 +00:00 |
DocumentProperties.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
DocumentSecurity.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
HashTable.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
IComparable.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
IOFactory.php
|
Feature - initial version of SQLite cell caching
|
2011-12-03 00:32:01 +00:00 |
NamedRange.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
ReferenceHelper.php
|
Fix to inappropriate replacement of count() with empty().... there may be others I've not spotted yet.
|
2012-01-17 21:57:06 +00:00 |
RichText.php
|
Updated headers to reflect the new year. Happy new year 2011!
|
2011-01-03 09:20:10 +00:00 |
Settings.php
|
Configuration options for Chart and PDF rendering, in preparation for chart handling and making the PDF writer confugrable via a choice of 3rd party external libraries
|
2012-01-11 11:30:33 +00:00 |
Style.php
|
Bugfix: Work item 16266 - PHPExcel_Style::applyFromArray() returns null rather than style object in advanced mode
|
2011-12-02 13:59:57 +00:00 |
Worksheet.php
|
Experimental - Added getHighestDataColumn(), getHighestDataRow(), getHighestRowAndColumn() and calculateWorksheetDataDimension() methods for the worksheet that return the highest row and column that have cell records
|
2011-12-16 16:01:21 +00:00 |
WorksheetIterator.php
|
General: Change iterators to implement Iterator rather than extend CachingIterator, as a fix for PHP 5.4. changes in SPL
|
2011-12-30 00:04:06 +00:00 |