public function PHPExcel_Writer_Excel2007::getStyleHashTable in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php \PHPExcel_Writer_Excel2007::getStyleHashTable()
Get PHPExcel_Style HashTable
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel2007.php, line 454
Class
- PHPExcel_Writer_Excel2007
- PHPExcel_Writer_Excel2007
Code
public function getStyleHashTable() {
return $this->_styleHashTable;
}