You are here

public function PHPExcel::hasRibbon in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::hasRibbon()

* This workbook have a custom UI ? * *

Return value

true|false

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 312

Class

PHPExcel
PHPExcel

Code

public function hasRibbon() {
  return !is_null($this->_ribbonXMLData);
}