Update library PHPExcel to version 1.7.3c

This commit is contained in:
Dieter Adriaenssens
2010-06-03 20:35:06 +02:00
parent ee0b2895ce
commit 64a2832ac8
129 changed files with 256 additions and 264 deletions

View File

@@ -22,7 +22,7 @@
* @package PHPExcel_CachedObjectStorage
* @copyright Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
* @version 1.7.3, 2010-05-17
* @version 1.7.3c, 2010-06-01
*/
@@ -88,10 +88,10 @@ interface PHPExcel_CachedObjectStorage_ICache
public function getCellList();
/**
* Sort the list of all cell addresses currently held in cache by column and row
* Get the list of all cell addresses currently held in cache sorted by column and row
*
* @return void
*/
public function sortCellList();
public function getSortedCellList();
}