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 charts to XML format
writeChart(\PHPExcel_Chart $pChart) : string
Parameters
Exceptions
Returns
string
XML Output
Get the data series type(s) for a chart plot series
_getChartType(\PHPExcel_Chart_PlotArea $plotArea) : string | array
Static
Parameters
Exceptions
Returns
string
array
Write Alternate Content block
_writeAlternateContent(\PHPExcel_Shared_XMLWriter $objWriter)
Write Category Axis
_writeCatAx(\PHPExcel_Shared_XMLWriter $objWriter, \PHPExcel_Chart_PlotArea $plotArea, \PHPExcel_Chart_Title $xAxisLabel, string $groupType, string $id1, string $id2, boolean $isMultiLevelSeries)
Parameters
$groupType
string
Chart type
$id1
string
$id2
string
$isMultiLevelSeries
boolean
Exceptions
Write Chart Plot Area
_writePlotArea(\PHPExcel_Chart_PlotArea $plotArea, \PHPExcel_Chart_Title $xAxisLabel, \PHPExcel_Chart_Title $yAxisLabel, \PHPExcel_Shared_XMLWriter $objWriter, \PHPExcel_Worksheet $pSheet)
Parameters
$pSheet
Exceptions
Write Plot Group (series of related plots)
_writePlotGroup(\PHPExcel_Chart_DataSeries $plotGroup, string $groupType, \PHPExcel_Shared_XMLWriter $objWriter, boolean $catIsMultiLevelSeries, boolean $valIsMultiLevelSeries, string $plotGroupingType, \PHPExcel_Worksheet $pSheet)
Parameters
$groupType
string
Type of plot for dataseries
$catIsMultiLevelSeries
boolean
&$catIsMultiLevelSeries Is category a multi-series category
$valIsMultiLevelSeries
boolean
&$valIsMultiLevelSeries Is value set a multi-series set
$plotGroupingType
string
&$plotGroupingType Type of grouping for multi-series values
Exceptions
Write Plot Series Values
_writePlotSeriesValues(\PHPExcel_Chart_DataSeriesValues $plotSeriesValues, \PHPExcel_Shared_XMLWriter $objWriter, string $groupType, string $dataType, \PHPExcel_Worksheet $pSheet)
Parameters
$groupType
string
Type of plot for dataseries
$dataType
string
Datatype of series values
Exceptions
Write Value Axis
_writeValAx(\PHPExcel_Shared_XMLWriter $objWriter, \PHPExcel_Chart_PlotArea $plotArea, \PHPExcel_Chart_Title $yAxisLabel, string $groupType, string $id1, string $id2, boolean $isMultiLevelSeries)
Parameters
$groupType
string
Chart type
$id1
string
$id2
string
$isMultiLevelSeries
boolean
Exceptions
Properties
$_parentWriter : \PHPExcel_Writer_IWriter
Inherited
inherited_from |
\PHPExcel_Writer_Excel2007_WriterPart::$$_parentWriter |