$_parent
$_parent : \PHPExcel_Worksheet
Parent worksheet
PHPExcel_CachedObjectStorage_SQLite3
$_parent : \PHPExcel_Worksheet
Parent worksheet
$_currentObject : \PHPExcel_Cell
The currently active Cell
__construct(\PHPExcel_Worksheet $parent)
Initialise this new cell collection
\PHPExcel_Worksheet | $parent | The worksheet for this cell collection |
getParent() : \PHPExcel_Worksheet
Return the parent worksheet for this cell collection
updateCacheData(\PHPExcel_Cell $cell) : void
Add or Update a cell in cache
\PHPExcel_Cell | $cell | Cell to update |
copyCellCollection(\PHPExcel_Worksheet $parent) : void
Clone the cell collection
\PHPExcel_Worksheet | $parent | The new worksheet |
addCacheData(string $pCoord, \PHPExcel_Cell $cell) : void
Add or Update a cell in cache identified by coordinate address
string | $pCoord | Coordinate address of the cell to update |
\PHPExcel_Cell | $cell | Cell to update |
getCacheData(string $pCoord) : \PHPExcel_Cell
Get cell at a specific coordinate
string | $pCoord | Coordinate of the cell |
Cell that was found, or null if not found