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
Write drawings to XML format
_writeChart(\PHPExcel_Shared_XMLWriter $objWriter, \PHPExcel_Chart $pChart, int $pRelationId)
Parameters
$pRelationId
int
Exceptions
Write drawings to XML format
_writeDrawing(\PHPExcel_Shared_XMLWriter $objWriter, \PHPExcel_Worksheet_BaseDrawing $pDrawing, int $pRelationId)
Parameters
$pRelationId
int
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 drawings to XML format
writeDrawings(\PHPExcel_Worksheet $pWorksheet, int $chartRef, boolean $includeCharts) : string
Parameters
$chartRef
int
&$chartRef Chart ID
$includeCharts
boolean
Flag indicating if we should include drawing details for charts
Exceptions
Returns
string
XML Output
Properties
$_parentWriter : \PHPExcel_Writer_IWriter
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::$$_parentWriter |