public function PHPExcel_Cell::setFormulaAttributes in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::setFormulaAttributes()
*
Deprecated
Since version 1.7.8 for planned changes to cell for array formula handling
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell.php, line 997
Class
- PHPExcel_Cell
- PHPExcel_Cell
Code
public function setFormulaAttributes($pAttributes) {
$this->_formulaAttributes = $pAttributes;
return $this;
}