ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
getIncludeCharts () | |
Write charts in workbook? If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object. More... | |
setIncludeCharts ($pValue=FALSE) | |
Set write charts in workbook Set to true, to advise the Writer to include any charts that exist in the PHPExcel object. More... | |
getPreCalculateFormulas () | |
Get Pre-Calculate Formulas flag If this is true (the default), then the writer will recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file If false, then formulae are not calculated on save. More... | |
setPreCalculateFormulas ($pValue=TRUE) | |
Set Pre-Calculate Formulas Set to true (the default) to advise the Writer to calculate all formulae on save Set to false to prevent precalculation of formulae on save. More... | |
getUseDiskCaching () | |
Get use disk caching where possible? More... | |
setUseDiskCaching ($pValue=FALSE, $pDirectory=NULL) | |
Set use disk caching where possible? More... | |
getDiskCachingDirectory () | |
Get disk caching directory. More... | |
Public Member Functions inherited from PHPExcel_Writer_IWriter | |
save ($pFilename=NULL) | |
Save PHPExcel to file. More... | |
Protected Attributes | |
$_includeCharts = FALSE | |
$_preCalculateFormulas = TRUE | |
$_useDiskCaching = FALSE | |
$_diskCachingDirectory = './' | |
Definition at line 36 of file Abstract.php.
PHPExcel_Writer_Abstract::getDiskCachingDirectory | ( | ) |
Get disk caching directory.
Definition at line 155 of file Abstract.php.
References $_diskCachingDirectory.
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.
Definition at line 76 of file Abstract.php.
References $_includeCharts.
PHPExcel_Writer_Abstract::getPreCalculateFormulas | ( | ) |
Get Pre-Calculate Formulas flag If this is true (the default), then the writer will recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file If false, then formulae are not calculated on save.
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
Definition at line 103 of file Abstract.php.
References $_preCalculateFormulas.
PHPExcel_Writer_Abstract::getUseDiskCaching | ( | ) |
Get use disk caching where possible?
Definition at line 125 of file Abstract.php.
References $_useDiskCaching.
PHPExcel_Writer_Abstract::setIncludeCharts | ( | $pValue = FALSE | ) |
Set write charts in workbook Set to true, to advise the Writer to include any charts that exist in the PHPExcel object.
Set to false (the default) to ignore charts.
boolean | $pValue |
Definition at line 88 of file Abstract.php.
PHPExcel_Writer_Abstract::setPreCalculateFormulas | ( | $pValue = TRUE | ) |
Set Pre-Calculate Formulas Set to true (the default) to advise the Writer to calculate all formulae on save Set to false to prevent precalculation of formulae on save.
boolean | $pValue | Pre-Calculate Formulas? |
Definition at line 115 of file Abstract.php.
PHPExcel_Writer_Abstract::setUseDiskCaching | ( | $pValue = FALSE , |
|
$pDirectory = NULL |
|||
) |
Set use disk caching where possible?
boolean | $pValue | |
string | $pDirectory | Disk caching directory |
PHPExcel_Writer_Exception | when directory does not exist |
Definition at line 137 of file Abstract.php.
|
protected |
Definition at line 67 of file Abstract.php.
Referenced by getDiskCachingDirectory().
|
protected |
Definition at line 44 of file Abstract.php.
Referenced by getIncludeCharts(), and PHPExcel_Writer_Excel2007\save().
|
protected |
Definition at line 53 of file Abstract.php.
Referenced by getPreCalculateFormulas().
|
protected |
Definition at line 60 of file Abstract.php.
Referenced by getUseDiskCaching().