You are here

public function PHPExcel_Cell::getFormulaAttributes in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::getFormulaAttributes()

*

Deprecated

Since version 1.7.8 for planned changes to cell for array formula handling

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php, line 1006

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function getFormulaAttributes() {
  return $this->_formulaAttributes;
}