You are here

public function PHPExcel::getCellXfCollection in Loft Data Grids 6.2

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

Get the workbook collection of cellXfs

Return value

PHPExcel_Style[]

File

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

Class

PHPExcel
PHPExcel

Code

public function getCellXfCollection() {
  return $this->_cellXfCollection;
}