|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_Excel2007:
Collaboration diagram for PHPExcel_Writer_Excel2007:Public Member Functions | |
| __construct (PHPExcel $pPHPExcel=null) | |
| Create a new PHPExcel_Writer_Excel2007. 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... | |
| getStringTable () | |
| Get string table. More... | |
| getStyleHashTable () | |
| Get PHPExcel_Style HashTable. More... | |
| getStylesConditionalHashTable () | |
| Get PHPExcel_Style_Conditional HashTable. More... | |
| getFillHashTable () | |
| Get PHPExcel_Style_Fill HashTable. More... | |
| getFontHashTable () | |
| Get PHPExcel_Style_Font HashTable. More... | |
| getBordersHashTable () | |
| Get PHPExcel_Style_Borders HashTable. More... | |
| getNumFmtHashTable () | |
| Get PHPExcel_Style_NumberFormat HashTable. More... | |
| getDrawingHashTable () | |
| Get PHPExcel_Worksheet_BaseDrawing HashTable. More... | |
| getOffice2003Compatibility () | |
| Get Office2003 compatibility. More... | |
| setOffice2003Compatibility ($pValue=false) | |
| Set Office2003 compatibility. 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... | |
| save ($pFilename=NULL) | |
| Save PHPExcel to file. More... | |
Protected Attributes | |
| $_preCalculateFormulas = FALSE | |
Protected Attributes inherited from PHPExcel_Writer_Abstract | |
| $_includeCharts = FALSE | |
| $_preCalculateFormulas = TRUE | |
| $_useDiskCaching = FALSE | |
| $_diskCachingDirectory = './' | |
Private Attributes | |
| $_office2003compatibility = false | |
| $_writerParts = array() | |
| $_spreadSheet | |
| $_stringTable = array() | |
| $_stylesConditionalHashTable | |
| $_styleHashTable | |
| $_fillHashTable | |
| $_fontHashTable | |
| $_bordersHashTable | |
| $_numFmtHashTable | |
| $_drawingHashTable | |
Definition at line 36 of file Excel2007.php.
| PHPExcel_Writer_Excel2007::__construct | ( | PHPExcel | $pPHPExcel = null | ) |
Create a new PHPExcel_Writer_Excel2007.
@param PHPExcel $pPHPExcel
Definition at line 131 of file Excel2007.php.
References setPHPExcel().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007::getBordersHashTable | ( | ) |
Get PHPExcel_Style_Borders HashTable.
Definition at line 490 of file Excel2007.php.
References $_bordersHashTable.
| PHPExcel_Writer_Excel2007::getDrawingHashTable | ( | ) |
Get PHPExcel_Worksheet_BaseDrawing HashTable.
Definition at line 508 of file Excel2007.php.
References $_drawingHashTable.
Referenced by save().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007::getFillHashTable | ( | ) |
Get PHPExcel_Style_Fill HashTable.
Definition at line 472 of file Excel2007.php.
References $_fillHashTable.
| PHPExcel_Writer_Excel2007::getFontHashTable | ( | ) |
Get PHPExcel_Style_Font HashTable.
Definition at line 481 of file Excel2007.php.
References $_fontHashTable.
| PHPExcel_Writer_Excel2007::getNumFmtHashTable | ( | ) |
Get PHPExcel_Style_NumberFormat HashTable.
Definition at line 499 of file Excel2007.php.
References $_numFmtHashTable.
| PHPExcel_Writer_Excel2007::getOffice2003Compatibility | ( | ) |
Get Office2003 compatibility.
Definition at line 517 of file Excel2007.php.
References $_office2003compatibility.
| PHPExcel_Writer_Excel2007::getPHPExcel | ( | ) |
Get PHPExcel object.
| PHPExcel_Writer_Exception |
Definition at line 420 of file Excel2007.php.
References $_spreadSheet.
| PHPExcel_Writer_Excel2007::getStringTable | ( | ) |
Get string table.
Definition at line 445 of file Excel2007.php.
References $_stringTable.
| PHPExcel_Writer_Excel2007::getStyleHashTable | ( | ) |
Get PHPExcel_Style HashTable.
Definition at line 454 of file Excel2007.php.
References $_styleHashTable.
| PHPExcel_Writer_Excel2007::getStylesConditionalHashTable | ( | ) |
Get PHPExcel_Style_Conditional HashTable.
Definition at line 463 of file Excel2007.php.
References $_stylesConditionalHashTable.
| PHPExcel_Writer_Excel2007::getWriterPart | ( | $pPartName = '' | ) |
Get writer part.
| string | $pPartName | Writer part name |
Definition at line 174 of file Excel2007.php.
Referenced by save().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007::save | ( | $pFilename = null | ) |
Save PHPExcel to file.
| string | $pFilename |
| PHPExcel_Writer_Exception |
Implements PHPExcel_Writer_IWriter.
Definition at line 188 of file Excel2007.php.
References $chart, $i, getDrawingHashTable(), PHPExcel_Calculation\getInstance(), PHPExcel_Calculation_Functions\getReturnDateType(), getWriterPart(), PHPExcel_Settings\getZipClass(), PHPExcel_Calculation_Functions\RETURNDATE_EXCEL, PHPExcel_Calculation_Functions\setReturnDateType(), and PHPExcel_Shared_File\sys_get_temp_dir().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007::setOffice2003Compatibility | ( | $pValue = false | ) |
Set Office2003 compatibility.
| boolean | $pValue | Office2003 compatibility? |
Definition at line 527 of file Excel2007.php.
| PHPExcel_Writer_Excel2007::setPHPExcel | ( | PHPExcel | $pPHPExcel = null | ) |
Set PHPExcel object.
| PHPExcel_Writer_Exception |
Definition at line 435 of file Excel2007.php.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 110 of file Excel2007.php.
Referenced by getBordersHashTable().
|
private |
Definition at line 124 of file Excel2007.php.
Referenced by getDrawingHashTable().
|
private |
Definition at line 96 of file Excel2007.php.
Referenced by getFillHashTable().
|
private |
Definition at line 103 of file Excel2007.php.
Referenced by getFontHashTable().
|
private |
Definition at line 117 of file Excel2007.php.
Referenced by getNumFmtHashTable().
|
private |
Definition at line 54 of file Excel2007.php.
Referenced by getOffice2003Compatibility().
|
protected |
Pre-calculate formulas Forces PHPExcel to 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
Overrides the default TRUE for this specific writer for performance reasons
@var boolean
Definition at line 47 of file Excel2007.php.
|
private |
Definition at line 68 of file Excel2007.php.
Referenced by getPHPExcel().
|
private |
Definition at line 75 of file Excel2007.php.
Referenced by getStringTable().
|
private |
Definition at line 89 of file Excel2007.php.
Referenced by getStyleHashTable().
|
private |
Definition at line 82 of file Excel2007.php.
Referenced by getStylesConditionalHashTable().
|
private |
Definition at line 61 of file Excel2007.php.