You are here

public function PHPExcel_Worksheet::getCodeName in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getCodeName()

* Return the code name of the sheet * *

Return value

null|string

1 call to PHPExcel_Worksheet::getCodeName()
PHPExcel_Worksheet::setCodeName in vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php
* Define the code name of the sheet * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 2935

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getCodeName() {
  return $this->_codeName;
}