public function PHPExcel::getCellStyleXfCollection in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getCellStyleXfCollection()
Get the workbook collection of cellStyleXfs
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 990
Class
- PHPExcel
- PHPExcel
Code
public function getCellStyleXfCollection() {
return $this->_cellStyleXfCollection;
}