public function PHPExcel::getMacrosCode in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getMacrosCode()
* Return the macros code * *
Return value
binary|null
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 183
Class
- PHPExcel
- PHPExcel
Code
public function getMacrosCode() {
return $this->_macrosCode;
}