You are here

public function PHPExcel_Writer_Excel2007::getOffice2003Compatibility in Loft Data Grids 7.2

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

Get Office2003 compatibility

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php, line 517

Class

PHPExcel_Writer_Excel2007
PHPExcel_Writer_Excel2007

Code

public function getOffice2003Compatibility() {
  return $this->_office2003compatibility;
}