PHPExcel_CachedObjectStorage_ICache
category | PHPExcel |
---|---|
package | PHPExcel_CachedObjectStorage |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
addCacheData(string $pCoord, \PHPExcel_Cell $cell) : void
cacheMethodIsAvailable() : boolean
boolean
copyCellCollection(\PHPExcel_Worksheet $parent) : void
deleteCacheData(string $pCoord)
getCacheData(string $pCoord) : \PHPExcel_Cell
string
Coordinate address of the cell to retrieve
\PHPExcel_Exception |
---|
\PHPExcel_Cell
Cell that was found, or null if not foundgetCellList() : array
array
of stringgetSortedCellList() : void
isDataSet(string $pCoord) : boolean
string
Coordinate address of the cell to check
boolean
updateCacheData(\PHPExcel_Cell $cell) : void