You are here

public function PHPExcel_Calculation_Function::setPHPExcelName in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Function.php \PHPExcel_Calculation_Function::setPHPExcelName()

Set PHPExcel name

Parameters

string $value:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Function.php, line 146

Class

PHPExcel_Calculation_Function
PHPExcel_Calculation_Function

Code

public function setPHPExcelName($value) {
  $this->_phpExcelName = $value;
}