public function PHPExcel_Writer_Abstract::getIncludeCharts in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Abstract.php \PHPExcel_Writer_Abstract::getIncludeCharts()
* Write charts in workbook? * If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object. * If false (the default) it will ignore any charts defined in the PHPExcel object. * *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Abstract.php, line 76
Class
- PHPExcel_Writer_Abstract
- PHPExcel_Writer_Abstract
Code
public function getIncludeCharts() {
return $this->_includeCharts;
}