public function PHPExcel_Worksheet::getDefaultStyle in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getDefaultStyle()
Get default style of workbook.
Return value
Throws
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 1382
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getDefaultStyle() {
return $this->_parent
->getDefaultStyle();
}