You are here

public function PHPExcel::getCellStyleXfCollection in Loft Data Grids 7.2

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

Get the workbook collection of cellStyleXfs

Return value

PHPExcel_Style[]

File

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

Class

PHPExcel
PHPExcel

Code

public function getCellStyleXfCollection() {
  return $this->_cellStyleXfCollection;
}