$_parentWriter
$_parentWriter : \PHPExcel_Writer_IWriter
Parent IWriter object
PHPExcel_Writer_Excel2007_Rels
$_parentWriter : \PHPExcel_Writer_IWriter
Parent IWriter object
writeWorksheetRelationships(\PHPExcel_Worksheet $pWorksheet = null, int $pWorksheetId = 1, bool $includeCharts = FALSE) : string
Write worksheet relationships to XML format
Numbering is as follows: rId1 - Drawings rId_hyperlink_x - Hyperlinks
\PHPExcel_Worksheet | $pWorksheet | |
int | $pWorksheetId | |
bool | $includeCharts | Flag indicating if we should write charts |
XML Output
writeDrawingRelationships(\PHPExcel_Worksheet $pWorksheet = null, int $chartRef, bool $includeCharts = FALSE) : string
Write drawing relationships to XML format
\PHPExcel_Worksheet | $pWorksheet | |
int | $chartRef | Chart ID |
bool | $includeCharts | Flag indicating if we should write charts |
XML Output
_writeRelationship(\PHPExcel_Shared_XMLWriter $objWriter = null, int $pId = 1, string $pType = '', string $pTarget = '', string $pTargetMode = '') : mixed
Write Override content type
\PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
int | $pId | Relationship ID. rId will be prepended! |
string | $pType | Relationship type |
string | $pTarget | Relationship target |
string | $pTargetMode | Relationship target mode |