public function PHPExcel::hasMacros in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::hasMacros()
* The workbook has macros ? * *
Return value
true if workbook has macros, false if not
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 155
Class
- PHPExcel
- PHPExcel
Code
public function hasMacros() {
return $this->_hasMacros;
}