PHPExcel_CachedObjectStorage_CacheBase
category | PHPExcel |
---|---|
package | PHPExcel_CachedObjectStorage |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct(\PHPExcel_Worksheet $parent)
cacheMethodIsAvailable() : boolean
boolean
copyCellCollection(\PHPExcel_Worksheet $parent) : void
deleteCacheData(string $pCoord)
getCellList() : array
array
of stringgetCurrentAddress() : string
string
getCurrentColumn() : string
string
getCurrentRow() : string
string
getHighestColumn(string $row) : string
string
Return the highest column for the specified row, or the highest column of any row if no row number is passed
string
Highest column namegetHighestRow(string $column) : int
string
Return the highest row for the specified column, or the highest row of any column if no column letter is passed
int
Highest row numbergetHighestRowAndColumn() : array
array
Highest column name and highest row numbergetSortedCellList() : void
isDataSet(string $pCoord) : boolean
string
Coordinate address of the cell to check
boolean
moveCell(string $fromAddress, string $toAddress) : boolean
string
Current address of the cell to move
string
Destination address of the cell to move
boolean
updateCacheData(\PHPExcel_Cell $cell) : void
_getUniqueID() : string
string
Unique Reference$_cellCache : array
$_currentCellIsDirty : boolean
$_currentObject : \PHPExcel_Cell
$_currentObjectID : string
$_parent : \PHPExcel_Worksheet