ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (PHPExcel $pPHPExcel=null) | |
Create a new PHPExcel_Writer_OpenDocument. More... | |
getWriterPart ($pPartName='') | |
Get writer part. More... | |
save ($pFilename=NULL) | |
Save PHPExcel to file. More... | |
getPHPExcel () | |
Get PHPExcel object. More... | |
setPHPExcel (PHPExcel $pPHPExcel=null) | |
Set PHPExcel object. More... | |
Public Member Functions inherited from 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. 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... | |
Private Member Functions | |
_createZip ($pFilename) | |
Create zip object. More... | |
Private Attributes | |
$_writerParts = array() | |
$_spreadSheet | |
Additional Inherited Members | |
Protected Attributes inherited from PHPExcel_Writer_Abstract | |
$_includeCharts = FALSE | |
$_preCalculateFormulas = TRUE | |
$_useDiskCaching = FALSE | |
$_diskCachingDirectory = './' | |
Definition at line 38 of file OpenDocument.php.
PHPExcel_Writer_OpenDocument::__construct | ( | PHPExcel | $pPHPExcel = null | ) |
Create a new PHPExcel_Writer_OpenDocument.
PHPExcel | $pPHPExcel |
Definition at line 59 of file OpenDocument.php.
References array, and setPHPExcel().
|
private |
Create zip object.
string | $pFilename |
PHPExcel_Writer_Exception |
Definition at line 148 of file OpenDocument.php.
References PHPExcel_Settings\getZipClass().
Referenced by save().
PHPExcel_Writer_OpenDocument::getPHPExcel | ( | ) |
Get PHPExcel object.
PHPExcel_Writer_Exception |
Definition at line 179 of file OpenDocument.php.
References $_spreadSheet.
PHPExcel_Writer_OpenDocument::getWriterPart | ( | $pPartName = '' | ) |
Get writer part.
string | $pPartName | Writer part name |
Definition at line 84 of file OpenDocument.php.
Referenced by save().
PHPExcel_Writer_OpenDocument::save | ( | $pFilename = NULL | ) |
Save PHPExcel to file.
string | $pFilename |
PHPExcel_Writer_Exception |
Implements PHPExcel_Writer_IWriter.
Definition at line 99 of file OpenDocument.php.
References _createZip(), getWriterPart(), and PHPExcel_Shared_File\sys_get_temp_dir().
PHPExcel_Writer_OpenDocument::setPHPExcel | ( | PHPExcel | $pPHPExcel = null | ) |
Set PHPExcel object.
PHPExcel_Writer_Exception |
Definition at line 195 of file OpenDocument.php.
Referenced by __construct().
|
private |
Definition at line 52 of file OpenDocument.php.
Referenced by getPHPExcel().
|
private |
Definition at line 45 of file OpenDocument.php.