public function PHPExcel_Writer_CSV::getExcelCompatibility in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php \PHPExcel_Writer_CSV::getExcelCompatibility()
* Get whether the file should be saved with full Excel Compatibility * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ CSV.php, line 234
Class
- PHPExcel_Writer_CSV
- PHPExcel_Writer_CSV
Code
public function getExcelCompatibility() {
return $this->_excelCompatibility;
}