You are here

public function PHPExcel_Writer_Excel2007::setOffice2003Compatibility in Loft Data Grids 6.2

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

Set Office2003 compatibility

Parameters

boolean $pValue Office2003 compatibility?:

Return value

PHPExcel_Writer_Excel2007

File

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

Class

PHPExcel_Writer_Excel2007
PHPExcel_Writer_Excel2007

Code

public function setOffice2003Compatibility($pValue = false) {
  $this->_office2003compatibility = $pValue;
  return $this;
}