PHPExcel_Writer_HTML

category PHPExcel
package PHPExcel_Writer_HTML
copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)

 Methods

Create a new PHPExcel_Writer_HTML

__construct(\PHPExcel $phpExcel) 

Parameters

$phpExcel

\PHPExcel

PHPExcel object

Build CSS styles

buildCSS(boolean $generateSurroundingHTML) : array

Parameters

$generateSurroundingHTML

boolean

Generate surrounding HTML style? (html { })

Exceptions

\PHPExcel_Writer_Exception

Returns

array

Add color to formatted string as inline style

formatColor(string $pValue, string $pFormat) : string

Parameters

$pValue

string

Plain formatted value without color

$pFormat

string

Format code

Returns

string

Generate HTML footer

generateHTMLFooter() 

Generate HTML header

generateHTMLHeader(boolean $pIncludeStyles) : string

Parameters

$pIncludeStyles

boolean

Include styles?

Exceptions

\PHPExcel_Writer_Exception

Returns

string

Generate sheet tabs

generateNavigation() : string

Exceptions

\PHPExcel_Writer_Exception

Returns

string

Generate sheet data

generateSheetData() : string

Exceptions

\PHPExcel_Writer_Exception

Returns

string

Generate CSS styles

generateStyles(boolean $generateSurroundingHTML) : string

Parameters

$generateSurroundingHTML

boolean

Generate surrounding HTML tags? ()

Exceptions

\PHPExcel_Writer_Exception

Returns

string

Get disk caching directory

getDiskCachingDirectory() : string
Inherited
inherited_from \PHPExcel_Writer_Abstract::getDiskCachingDirectory()

Returns

string

Get embed images

getEmbedImages() : boolean

Returns

boolean

Get sheet index

getGenerateSheetNavigationBlock() : boolean

Returns

boolean

Get images root

getImagesRoot() : string

Returns

string

Write charts in workbook? If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object.

getIncludeCharts() : boolean
Inherited

If false (the default) it will ignore any charts defined in the PHPExcel object.

inherited_from \PHPExcel_Writer_Abstract::getIncludeCharts()

Returns

boolean

Get Pre-Calculate Formulas flag If this is true (the default), then the writer will recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file If false, then formulae are not calculated on save.

getPreCalculateFormulas() : boolean
Inherited

This is faster for saving in PHPExcel, but slower when opening the resulting file in MS Excel, because Excel has to recalculate the formulae itself

inherited_from \PHPExcel_Writer_Abstract::getPreCalculateFormulas()

Returns

boolean

Get sheet index

getSheetIndex() : int

Returns

int

Get use disk caching where possible?

getUseDiskCaching() : boolean
Inherited
inherited_from \PHPExcel_Writer_Abstract::getUseDiskCaching()

Returns

boolean

Get use inline CSS?

getUseInlineCss() : boolean

Returns

boolean

Save PHPExcel to file

save(string $pFilename) 

@param string $pFilename Name of the file to save

Parameters

$pFilename

string

Exceptions

\PHPExcel_Writer_Exception

Set embed images

setEmbedImages(boolean $pValue) : \PHPExcel_Writer_HTML

Parameters

$pValue

boolean

Returns

Set sheet index

setGenerateSheetNavigationBlock(boolean $pValue) : \PHPExcel_Writer_HTML

Parameters

$pValue

boolean

Flag indicating whether the sheet navigation block should be generated or not

Returns

Set images root

setImagesRoot(string $pValue) : \PHPExcel_Writer_HTML

Parameters

$pValue

string

Returns

Set write charts in workbook Set to true, to advise the Writer to include any charts that exist in the PHPExcel object.

setIncludeCharts(boolean $pValue) : \PHPExcel_Writer_IWriter
Inherited

Set to false (the default) to ignore charts.

inherited_from \PHPExcel_Writer_Abstract::setIncludeCharts()

Parameters

$pValue

boolean

Returns

Set Pre-Calculate Formulas Set to true (the default) to advise the Writer to calculate all formulae on save Set to false to prevent precalculation of formulae on save.

setPreCalculateFormulas(boolean $pValue) : \PHPExcel_Writer_IWriter
Inherited
inherited_from \PHPExcel_Writer_Abstract::setPreCalculateFormulas()

Parameters

$pValue

boolean

Pre-Calculate Formulas?

Returns

Set sheet index

setSheetIndex(int $pValue) : \PHPExcel_Writer_HTML

Parameters

$pValue

int

Sheet index

Returns

Set use disk caching where possible?

setUseDiskCaching(boolean $pValue, string $pDirectory) : \PHPExcel_Writer_Excel2007
Inherited
inherited_from \PHPExcel_Writer_Abstract::setUseDiskCaching()

Parameters

$pValue

boolean

$pDirectory

string

Disk caching directory

Exceptions

\PHPExcel_Writer_Exception when directory does not exist

Returns

Set use inline CSS?

setUseInlineCss(boolean $pValue) : \PHPExcel_Writer_HTML

Parameters

$pValue

boolean

Returns

Write all sheets (resets sheetIndex to NULL)

writeAllSheets() 

 Properties