public function PHPExcel::getID in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getID()
Return the unique ID value assigned to this spreadsheet workbook
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 1135
Class
- PHPExcel
- PHPExcel
Code
public function getID() {
return $this->_uniqueID;
}