You are here

public function PHPExcel_Worksheet::getDefaultStyle 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::getDefaultStyle()

Get default style of workbook.

Return value

PHPExcel_Style

Throws

PHPExcel_Exception

File

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

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getDefaultStyle() {
  return $this->_parent
    ->getDefaultStyle();
}