You are here

public function PHPExcel_Calculation_Function::setExcelName in Loft Data Grids 6.2

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

Set Excel name

Parameters

string $value:

File

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

Class

PHPExcel_Calculation_Function
PHPExcel_Calculation_Function

Code

public function setExcelName($value) {
  $this->_excelName = $value;
}