You are here

public function PHPExcel_Worksheet::getStyles in Loft Data Grids 7.2

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

Get styles

Return value

PHPExcel_Style[]

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 1370

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getStyles() {
  return $this->_styles;
}