|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Writer_Excel5:
Collaboration diagram for PHPExcel_Writer_Excel5:Public Member Functions | |
| __construct (PHPExcel $phpExcel) | |
| Create a new PHPExcel_Writer_Excel5. | |
| save ($pFilename=null) | |
| Save PHPExcel to file. | |
| setTempDir ($pValue= '') | |
| Set temporary storage directory. | |
| getPreCalculateFormulas () | |
| Get Pre-Calculate Formulas. | |
| setPreCalculateFormulas ($pValue=true) | |
| Set Pre-Calculate Formulas. | |
Private Member Functions | |
| _buildWorksheetEschers () | |
| _buildWorkbookEscher () | |
| Build the Escher object corresponding to the MSODRAWINGGROUP record. | |
Private Attributes | |
| $_preCalculateFormulas = true | |
| $_phpExcel | |
| $_BIFF_version = 0x0600 | |
| $_str_total = 0 | |
| $_str_unique = 0 | |
| $_str_table = array() | |
| $_colors | |
| $_parser | |
| $_IDCLs | |
Definition at line 36 of file Excel5.php.
| PHPExcel_Writer_Excel5::__construct | ( | PHPExcel | $phpExcel | ) |
Create a new PHPExcel_Writer_Excel5.
Definition at line 107 of file Excel5.php.
|
private |
Build the Escher object corresponding to the MSODRAWINGGROUP record.
Definition at line 322 of file Excel5.php.
References $filename, PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE\BLIPTYPE_JPEG, PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE\BLIPTYPE_PNG, PHPExcel_Shared_Drawing\imagecreatefrombmp(), PHPExcel_Worksheet_MemoryDrawing\RENDERING_DEFAULT, PHPExcel_Worksheet_MemoryDrawing\RENDERING_GIF, PHPExcel_Worksheet_MemoryDrawing\RENDERING_JPEG, and PHPExcel_Worksheet_MemoryDrawing\RENDERING_PNG.
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 221 of file Excel5.php.
References PHPExcel_Shared_Excel5\oneAnchor2twoAnchor().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_Excel5::getPreCalculateFormulas | ( | ) |
Get Pre-Calculate Formulas.
Definition at line 208 of file Excel5.php.
References $_preCalculateFormulas.
| PHPExcel_Writer_Excel5::save | ( | $pFilename = null | ) |
Save PHPExcel to file.
| string | $pFileName |
| Exception |
Implements PHPExcel_Writer_IWriter.
Definition at line 119 of file Excel5.php.
References $res, _buildWorkbookEscher(), _buildWorksheetEschers(), PHPExcel_Shared_OLE\Asc2Ucs(), PHPExcel_Calculation\getInstance(), PHPExcel_Calculation_Functions\getReturnDateType(), PHPExcel_Calculation_Functions\RETURNDATE_EXCEL, and PHPExcel_Calculation_Functions\setReturnDateType().
Here is the call graph for this function:| PHPExcel_Writer_Excel5::setPreCalculateFormulas | ( | $pValue = true | ) |
Set Pre-Calculate Formulas.
| boolean | $pValue | Pre-Calculate Formulas? |
Definition at line 217 of file Excel5.php.
| PHPExcel_Writer_Excel5::setTempDir | ( | $pValue = '' | ) |
Set temporary storage directory.
| string | $pValue | Temporary storage directory |
Definition at line 199 of file Excel5.php.
|
private |
Definition at line 57 of file Excel5.php.
|
private |
Definition at line 85 of file Excel5.php.
|
private |
Definition at line 99 of file Excel5.php.
|
private |
Definition at line 92 of file Excel5.php.
|
private |
Definition at line 50 of file Excel5.php.
|
private |
Definition at line 43 of file Excel5.php.
Referenced by getPreCalculateFormulas().
|
private |
Definition at line 78 of file Excel5.php.
|
private |
Definition at line 64 of file Excel5.php.
|
private |
Definition at line 71 of file Excel5.php.