|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_Excel2007_Worksheet:
Collaboration diagram for PHPExcel_Writer_Excel2007_Worksheet:Public Member Functions | |
| writeWorksheet ($pSheet=null, $pStringTable=null, $includeCharts=FALSE) | |
| Write worksheet to XML format. More... | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
| getParentWriter () | |
| Get parent IWriter object. More... | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
Definition at line 36 of file Worksheet.php.
|
private |
Write AutoFilter.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 749 of file Worksheet.php.
References $column, $columns, $key, $objWriter, $rule, PHPExcel_Worksheet_AutoFilter_Column\AUTOFILTER_COLUMN_JOIN_AND, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_COLUMN_RULE_EQUAL, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_COLUMN_RULE_TOPTEN_PERCENT, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_COLUMN_RULE_TOPTEN_TOP, PHPExcel_Worksheet_AutoFilter_Column\AUTOFILTER_FILTERTYPE_FILTER, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_RULETYPE_DATEGROUP, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_RULETYPE_DYNAMICFILTER, PHPExcel_Worksheet_AutoFilter_Column_Rule\AUTOFILTER_RULETYPE_TOPTENFILTER, and PHPExcel_Cell\splitRange().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Breaks.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 901 of file Worksheet.php.
References $coords, $objWriter, PHPExcel_Worksheet\BREAK_COLUMN, PHPExcel_Worksheet\BREAK_ROW, PHPExcel_Cell\columnIndexFromString(), and PHPExcel_Cell\coordinateFromString().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Cell.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Cell | $pCellAddress | Cell Address |
| string[] | $pStringTable | String table |
| string[] | $pFlippedStringTable | String table (flipped), for faster index searching |
| PHPExcel_Writer_Exception |
Definition at line 1056 of file Worksheet.php.
References $attributes, $objWriter, PHPExcel_Shared_String\ControlCharacterPHP2OOXML(), PHPExcel_Shared_String\FormatNumber(), and PHPExcel_Writer_Excel2007_WriterPart\getParentWriter().
Referenced by _writeSheetData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Cols.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 367 of file Worksheet.php.
References $objWriter, PHPExcel_Cell\columnIndexFromString(), and PHPExcel_Shared_String\FormatNumber().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write ConditionalFormatting.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 467 of file Worksheet.php.
References $conditionalStyles, $id, $objWriter, PHPExcel_Style_Conditional\CONDITION_CELLIS, PHPExcel_Style_Conditional\CONDITION_CONTAINSTEXT, PHPExcel_Style_Conditional\CONDITION_EXPRESSION, PHPExcel_Style_Conditional\CONDITION_NONE, PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Style_Conditional\OPERATOR_BEGINSWITH, PHPExcel_Style_Conditional\OPERATOR_CONTAINSTEXT, PHPExcel_Style_Conditional\OPERATOR_ENDSWITH, PHPExcel_Style_Conditional\OPERATOR_NONE, and PHPExcel_Style_Conditional\OPERATOR_NOTCONTAINS.
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write DataValidations.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 542 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write Dimension.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 193 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write Drawings.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| boolean | $includeCharts | Flag indicating if we should include drawing details for charts |
| PHPExcel_Writer_Exception |
Definition at line 1175 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write Header / Footer.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 876 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write Hyperlinks.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 608 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write LegacyDrawing.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 1194 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write LegacyDrawingHF.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 1211 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write MergeCells.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 678 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write PageMargins.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 729 of file Worksheet.php.
References $objWriter, and PHPExcel_Shared_String\FormatNumber().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write PageSetup.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 841 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write PrintOptions.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 703 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write ProtectedRanges.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 649 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write SheetData.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| string[] | $pStringTable | String table |
| PHPExcel_Writer_Exception |
Definition at line 959 of file Worksheet.php.
References $objWriter, _writeCell(), PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), PHPExcel_Shared_String\FormatNumber(), and PHPExcel_Writer_Excel2007_WriterPart\getParentWriter().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write SheetFormatPr.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 315 of file Worksheet.php.
References $objWriter, and PHPExcel_Shared_String\FormatNumber().
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write SheetPr.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 146 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write SheetProtection.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 432 of file Worksheet.php.
References $objWriter.
Referenced by writeWorksheet().
Here is the caller graph for this function:
|
private |
Write SheetViews.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet | $pSheet | Worksheet |
| PHPExcel_Writer_Exception |
Definition at line 208 of file Worksheet.php.
References $objWriter, PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), and PHPExcel_Worksheet_SheetView\SHEETVIEW_NORMAL.
Referenced by writeWorksheet().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Worksheet::writeWorksheet | ( | $pSheet = null, |
|
$pStringTable = null, |
|||
$includeCharts = FALSE |
|||
| ) |
Write worksheet to XML format.
| PHPExcel_Worksheet | $pSheet | |
| string[] | $pStringTable | |
| boolean | $includeCharts | Flag indicating if we should write charts |
| PHPExcel_Writer_Exception |
Definition at line 47 of file Worksheet.php.
References $objWriter, _writeAutoFilter(), _writeBreaks(), _writeCols(), _writeConditionalFormatting(), _writeDataValidations(), _writeDimension(), _writeDrawings(), _writeHeaderFooter(), _writeHyperlinks(), _writeLegacyDrawing(), _writeLegacyDrawingHF(), _writeMergeCells(), _writePageMargins(), _writePageSetup(), _writePrintOptions(), _writeProtectedRanges(), _writeSheetData(), _writeSheetFormatPr(), _writeSheetPr(), _writeSheetProtection(), _writeSheetViews(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function: