getCellList()
Get a list of all cell addresses currently held in cache.
copyCellCollection(PHPExcel_Worksheet $parent)
Clone the cell collection.
getSortedCellList()
Get the list of all cell addresses currently held in cache sorted by column and row.
getCacheData($pCoord)
Fetch a cell from cache identified by coordinate address.
deleteCacheData($pCoord)
Delete a cell in cache identified by coordinate address.
updateCacheData(PHPExcel_Cell $cell)
Add or Update a cell in cache.
addCacheData($pCoord, PHPExcel_Cell $cell)
Add or Update a cell in cache identified by coordinate address.
isDataSet($pCoord)
Is a value set in the current PHPExcel_CachedObjectStorage_ICache for an indexed cell?
static cacheMethodIsAvailable()
Identify whether the caching method is currently available Some methods are dependent on the availabi...