PHPExcel_Writer_Abstract
category | PHPExcel |
---|---|
package | PHPExcel_Writer |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
getDiskCachingDirectory() : string
string
getIncludeCharts() : boolean
If false (the default) it will ignore any charts defined in the PHPExcel object.
boolean
getPreCalculateFormulas() : boolean
This is faster for saving in PHPExcel, but slower when opening the resulting file in MS Excel, because Excel has to recalculate the formulae itself
boolean
getUseDiskCaching() : boolean
boolean
save($pFilename)
@param string $pFilename Name of the file to save
inherited_from | \PHPExcel_Writer_IWriter::save() |
---|
\PHPExcel_Writer_Exception |
---|
setIncludeCharts(boolean $pValue) : \PHPExcel_Writer_IWriter
Set to false (the default) to ignore charts.
boolean
setPreCalculateFormulas(boolean $pValue) : \PHPExcel_Writer_IWriter
setUseDiskCaching(boolean $pValue, string $pDirectory) : \PHPExcel_Writer_Excel2007
boolean
string
Disk caching directory
\PHPExcel_Writer_Exception |
when directory does not exist |
---|
$_diskCachingDirectory : string
$_includeCharts : boolean
$_preCalculateFormulas : boolean
$_useDiskCaching : boolean