You are here

public function PHPExcel_CachedObjectStorage_ICache::updateCacheData in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php \PHPExcel_CachedObjectStorage_ICache::updateCacheData()

Add or Update a cell in cache

Parameters

PHPExcel_Cell $cell Cell to update: * @return PHPExcel_Cell

Throws

PHPExcel_Exception

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/ICache.php, line 55

Class

PHPExcel_CachedObjectStorage_ICache
PHPExcel_CachedObjectStorage_ICache

Code

public function updateCacheData(PHPExcel_Cell $cell);