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