| category | 
PHPExcel | 
| package | 
PHPExcel_Writer_Excel2007 | 
| copyright | 
Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) | 
 Methods
Set parent IWriter object
__construct(\PHPExcel_Writer_IWriter $pWriter) 
Inherited
| inherited_from | 
\PHPExcel_Writer_Excel2007_WriterPart::__construct() | 
Parameters
Exceptions
  
 
Get parent IWriter object
getParentWriter() : \PHPExcel_Writer_IWriter
Inherited
| inherited_from | 
\PHPExcel_Writer_Excel2007_WriterPart::getParentWriter() | 
Exceptions
Returns
  
 
Set parent IWriter object
setParentWriter(\PHPExcel_Writer_IWriter $pWriter) 
Inherited
| inherited_from | 
\PHPExcel_Writer_Excel2007_WriterPart::setParentWriter() | 
Parameters
Exceptions
  
 
Write drawing relationships to XML format
writeDrawingRelationships(\PHPExcel_Worksheet $pWorksheet, int $chartRef, boolean $includeCharts) : string
Parameters
$chartRef
int&$chartRef      Chart ID
 
$includeCharts
booleanFlag indicating if we should write charts
 
Exceptions
Returns
stringXML Output
  
 
Write relationships to XML format
writeRelationships(\PHPExcel $pPHPExcel) : string
Parameters
Exceptions
Returns
stringXML Output
  
 
Write workbook relationships to XML format
writeWorkbookRelationships(\PHPExcel $pPHPExcel) : string
Parameters
Exceptions
Returns
stringXML Output
  
 
Write worksheet relationships to XML format
writeWorksheetRelationships(\PHPExcel_Worksheet $pWorksheet, int $pWorksheetId, boolean $includeCharts) : string
Numbering is as follows:
    rId1                - Drawings
 rId_hyperlink_x    - Hyperlinks
 
Parameters
$pWorksheetId
int
$includeCharts
booleanFlag indicating if we should write charts
 
Exceptions
Returns
stringXML Output
  
 
Write Override content type
_writeRelationship(\PHPExcel_Shared_XMLWriter $objWriter, int $pId, string $pType, string $pTarget, string $pTargetMode) 
Parameters
$pId
intRelationship ID. rId will be prepended!
 
$pType
stringRelationship type
 
$pTarget
stringRelationship target
 
$pTargetMode
stringRelationship target mode
 
Exceptions
  
 
 Properties
 
$_parentWriter : \PHPExcel_Writer_IWriter
Inherited
| inherited_from | 
\PHPExcel_Writer_Excel2007_WriterPart::$$_parentWriter |