ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (PHPExcel $pPHPExcel=null) | |
Create a new PHPExcel_Writer_Excel2007. | |
getWriterPart ($pPartName= '') | |
Get writer part. | |
save ($pFilename=null) | |
Save PHPExcel to file. | |
getPHPExcel () | |
Get PHPExcel object. | |
setPHPExcel (PHPExcel $pPHPExcel=null) | |
Set PHPExcel object. | |
getStringTable () | |
Get string table. | |
getStylesConditionalHashTable () | |
Get PHPExcel_Style_Conditional HashTable. | |
getFillHashTable () | |
Get PHPExcel_Style_Fill HashTable. | |
getFontHashTable () | |
Get PHPExcel_Style_Font HashTable. | |
getBordersHashTable () | |
Get PHPExcel_Style_Borders HashTable. | |
getNumFmtHashTable () | |
Get PHPExcel_Style_NumberFormat HashTable. | |
getDrawingHashTable () | |
Get PHPExcel_Worksheet_BaseDrawing HashTable. | |
getPreCalculateFormulas () | |
Get Pre-Calculate Formulas. | |
setPreCalculateFormulas ($pValue=true) | |
Set Pre-Calculate Formulas. | |
getOffice2003Compatibility () | |
Get Office2003 compatibility. | |
setOffice2003Compatibility ($pValue=false) | |
Set Pre-Calculate Formulas. | |
getUseDiskCaching () | |
Get use disk caching where possible? | |
setUseDiskCaching ($pValue=false, $pDirectory=null) | |
Set use disk caching where possible? | |
getDiskCachingDirectory () | |
Get disk caching directory. |
Definition at line 99 of file Excel2007.php.
PHPExcel_Writer_Excel2007::__construct | ( | PHPExcel | $pPHPExcel = null | ) |
Create a new PHPExcel_Writer_Excel2007.
PHPExcel | $pPHPExcel |
Definition at line 197 of file Excel2007.php.
References setPHPExcel().
PHPExcel_Writer_Excel2007::getBordersHashTable | ( | ) |
Get PHPExcel_Style_Borders HashTable.
Definition at line 482 of file Excel2007.php.
References $_bordersHashTable.
PHPExcel_Writer_Excel2007::getDiskCachingDirectory | ( | ) |
Get disk caching directory.
Definition at line 577 of file Excel2007.php.
References $_diskCachingDirectory.
PHPExcel_Writer_Excel2007::getDrawingHashTable | ( | ) |
Get PHPExcel_Worksheet_BaseDrawing HashTable.
Definition at line 500 of file Excel2007.php.
References $_drawingHashTable.
Referenced by save().
PHPExcel_Writer_Excel2007::getFillHashTable | ( | ) |
Get PHPExcel_Style_Fill HashTable.
Definition at line 464 of file Excel2007.php.
References $_fillHashTable.
PHPExcel_Writer_Excel2007::getFontHashTable | ( | ) |
Get PHPExcel_Style_Font HashTable.
Definition at line 473 of file Excel2007.php.
References $_fontHashTable.
PHPExcel_Writer_Excel2007::getNumFmtHashTable | ( | ) |
Get PHPExcel_Style_NumberFormat HashTable.
Definition at line 491 of file Excel2007.php.
References $_numFmtHashTable.
PHPExcel_Writer_Excel2007::getOffice2003Compatibility | ( | ) |
Get Office2003 compatibility.
Definition at line 527 of file Excel2007.php.
References $_office2003compatibility.
PHPExcel_Writer_Excel2007::getPHPExcel | ( | ) |
Get PHPExcel object.
Exception |
Definition at line 421 of file Excel2007.php.
References $_spreadSheet.
PHPExcel_Writer_Excel2007::getPreCalculateFormulas | ( | ) |
Get Pre-Calculate Formulas.
Definition at line 509 of file Excel2007.php.
References $_preCalculateFormulas.
PHPExcel_Writer_Excel2007::getStringTable | ( | ) |
Get string table.
Definition at line 446 of file Excel2007.php.
References $_stringTable.
PHPExcel_Writer_Excel2007::getStylesConditionalHashTable | ( | ) |
Get PHPExcel_Style_Conditional HashTable.
Definition at line 455 of file Excel2007.php.
References $_stylesConditionalHashTable.
PHPExcel_Writer_Excel2007::getUseDiskCaching | ( | ) |
Get use disk caching where possible?
Definition at line 547 of file Excel2007.php.
References $_useDiskCaching.
PHPExcel_Writer_Excel2007::getWriterPart | ( | $pPartName = '' | ) |
Get writer part.
string | $pPartName | Writer part name |
Definition at line 238 of file Excel2007.php.
Referenced by save().
PHPExcel_Writer_Excel2007::save | ( | $pFilename = null | ) |
Save PHPExcel to file.
string | $pFileName |
Exception |
Implements PHPExcel_Writer_IWriter.
Definition at line 252 of file Excel2007.php.
References $_stringTable, getDrawingHashTable(), PHPExcel_Calculation_Functions\getReturnDateType(), getWriterPart(), PHPExcel_Calculation_Functions\RETURNDATE_EXCEL, and PHPExcel_Calculation_Functions\setReturnDateType().
PHPExcel_Writer_Excel2007::setOffice2003Compatibility | ( | $pValue = false | ) |
Set Pre-Calculate Formulas.
boolean | $pValue | Office2003 compatibility? |
Definition at line 537 of file Excel2007.php.
PHPExcel_Writer_Excel2007::setPHPExcel | ( | PHPExcel | $pPHPExcel = null | ) |
Set PHPExcel object.
Exception |
Definition at line 436 of file Excel2007.php.
Referenced by __construct().
PHPExcel_Writer_Excel2007::setPreCalculateFormulas | ( | $pValue = true | ) |
Set Pre-Calculate Formulas.
boolean | $pValue | Pre-Calculate Formulas? |
Definition at line 518 of file Excel2007.php.
PHPExcel_Writer_Excel2007::setUseDiskCaching | ( | $pValue = false , |
|
$pDirectory = null |
|||
) |
Set use disk caching where possible?
boolean | $pValue | |
string | $pDirectory | Disk caching directory |
Definition at line 559 of file Excel2007.php.
|
private |
Definition at line 162 of file Excel2007.php.
Referenced by getBordersHashTable().
|
private |
Definition at line 190 of file Excel2007.php.
Referenced by getDiskCachingDirectory().
|
private |
Definition at line 176 of file Excel2007.php.
Referenced by getDrawingHashTable().
|
private |
Definition at line 148 of file Excel2007.php.
Referenced by getFillHashTable().
|
private |
Definition at line 155 of file Excel2007.php.
Referenced by getFontHashTable().
|
private |
Definition at line 169 of file Excel2007.php.
Referenced by getNumFmtHashTable().
|
private |
Definition at line 113 of file Excel2007.php.
Referenced by getOffice2003Compatibility().
|
private |
Definition at line 106 of file Excel2007.php.
Referenced by getPreCalculateFormulas().
|
private |
Definition at line 127 of file Excel2007.php.
Referenced by getPHPExcel().
|
private |
Definition at line 134 of file Excel2007.php.
Referenced by getStringTable(), and save().
|
private |
Definition at line 141 of file Excel2007.php.
Referenced by getStylesConditionalHashTable().
|
private |
Definition at line 183 of file Excel2007.php.
Referenced by getUseDiskCaching().
|
private |
Definition at line 120 of file Excel2007.php.