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