PHPExcel_Writer
[ class tree: PHPExcel_Writer ] [ index: PHPExcel_Writer ] [ all elements ]

Element index for package PHPExcel_Writer

[ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ p ] [ s ] [ w ] [ _ ]

_

$_columnWidths
in file HTML.php, variable PHPExcel_Writer_HTML::$_columnWidths
    Array of column widths in points
$_cssStyles
in file HTML.php, variable PHPExcel_Writer_HTML::$_cssStyles
    Array of CSS styles
$_defaultFont
in file HTML.php, variable PHPExcel_Writer_HTML::$_defaultFont
    Default font
$_delimiter
in file CSV.php, variable PHPExcel_Writer_CSV::$_delimiter
    Delimiter
$_enclosure
in file CSV.php, variable PHPExcel_Writer_CSV::$_enclosure
    Enclosure
$_imagesRoot
in file HTML.php, variable PHPExcel_Writer_HTML::$_imagesRoot
    Images root
$_isBaseCell
in file HTML.php, variable PHPExcel_Writer_HTML::$_isBaseCell
    Excel cells that are upper-left corner in a cell merge
$_isPdf
in file HTML.php, variable PHPExcel_Writer_HTML::$_isPdf
    Is the current writer creating PDF?
$_isSpannedCell
in file HTML.php, variable PHPExcel_Writer_HTML::$_isSpannedCell
    Excel cells that should not be written as HTML cells
$_isSpannedRow
in file HTML.php, variable PHPExcel_Writer_HTML::$_isSpannedRow
    Excel rows that should not be written as HTML rows
$_lineEnding
in file CSV.php, variable PHPExcel_Writer_CSV::$_lineEnding
    Line ending
$_phpExcel
in file CSV.php, variable PHPExcel_Writer_CSV::$_phpExcel
    PHPExcel object
$_phpExcel
in file HTML.php, variable PHPExcel_Writer_HTML::$_phpExcel
    PHPExcel object
$_preCalculateFormulas
in file HTML.php, variable PHPExcel_Writer_HTML::$_preCalculateFormulas
    Pre-calculate formulas
$_preCalculateFormulas
in file CSV.php, variable PHPExcel_Writer_CSV::$_preCalculateFormulas
    Pre-calculate formulas
$_sheetIndex
in file HTML.php, variable PHPExcel_Writer_HTML::$_sheetIndex
    Sheet index to write
$_sheetIndex
in file CSV.php, variable PHPExcel_Writer_CSV::$_sheetIndex
    Sheet index to write
$_spansAreCalculated
in file HTML.php, variable PHPExcel_Writer_HTML::$_spansAreCalculated
    Flag whether spans have been calculated
$_spreadSheet
in file Serialized.php, variable PHPExcel_Writer_Serialized::$_spreadSheet
    Private PHPExcel
$_tempDir
in file PDF.php, variable PHPExcel_Writer_PDF::$_tempDir
    Temporary storage directory
$_useBOM
in file CSV.php, variable PHPExcel_Writer_CSV::$_useBOM
    Whether to write a BOM (for UTF8).
$_useInlineCss
in file HTML.php, variable PHPExcel_Writer_HTML::$_useInlineCss
    Use inline CSS?
_assembleCSS
in file HTML.php, method PHPExcel_Writer_HTML::_assembleCSS()
    Takes array where of CSS properties / values and converts to CSS string
_calculateSpans
in file HTML.php, method PHPExcel_Writer_HTML::_calculateSpans()
    Calculate information about HTML colspan and rowspan which is not always the same as Excel's
_convertNbsp
in file HTML.php, method PHPExcel_Writer_HTML::_convertNbsp()
    Converts a string so that spaces occuring at beginning of each new line are replaced by  
_createCSSStyle
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyle()
    Create CSS style
_createCSSStyleAlignment
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyleAlignment()
    Create CSS style (PHPExcel_Style_Alignment)
_createCSSStyleBorder
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyleBorder()
    Create CSS style (PHPExcel_Style_Border)
_createCSSStyleBorders
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyleBorders()
    Create CSS style (PHPExcel_Style_Borders)
_createCSSStyleFill
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyleFill()
    Create CSS style (PHPExcel_Style_Fill)
_createCSSStyleFont
in file HTML.php, method PHPExcel_Writer_HTML::_createCSSStyleFont()
    Create CSS style (PHPExcel_Style_Font)
_generateRow
in file HTML.php, method PHPExcel_Writer_HTML::_generateRow()
    Generate row
_generateTableFooter
in file HTML.php, method PHPExcel_Writer_HTML::_generateTableFooter()
    Generate table footer
_generateTableHeader
in file HTML.php, method PHPExcel_Writer_HTML::_generateTableHeader()
    Generate table header
_mapBorderStyle
in file HTML.php, method PHPExcel_Writer_HTML::_mapBorderStyle()
    Map border style
_mapHAlign
in file HTML.php, method PHPExcel_Writer_HTML::_mapHAlign()
    Map HAlign
_mapVAlign
in file HTML.php, method PHPExcel_Writer_HTML::_mapVAlign()
    Map VAlign
_writeImageTagInCell
in file HTML.php, method PHPExcel_Writer_HTML::_writeImageTagInCell()
    Generate image tag in cell
_writeLine
in file CSV.php, method PHPExcel_Writer_CSV::_writeLine()
    Write line to CSV file
_writeSerialized
in file Serialized.php, method PHPExcel_Writer_Serialized::_writeSerialized()
    Serialize PHPExcel object to XML
__construct
in file Serialized.php, method PHPExcel_Writer_Serialized::__construct()
    Create a new PHPExcel_Writer_Serialized
__construct
in file PDF.php, method PHPExcel_Writer_PDF::__construct()
    Create a new PHPExcel_Writer_PDF
__construct
in file HTML.php, method PHPExcel_Writer_HTML::__construct()
    Create a new PHPExcel_Writer_HTML
__construct
in file CSV.php, method PHPExcel_Writer_CSV::__construct()
    Create a new PHPExcel_Writer_CSV
top

b

buildCSS
in file HTML.php, method PHPExcel_Writer_HTML::buildCSS()
    Build CSS styles
top

c

CSV.php
procedural page CSV.php
top

f

formatColor
in file HTML.php, method PHPExcel_Writer_HTML::formatColor()
    Add color to formatted string as inline style
top

g

generateHTMLFooter
in file HTML.php, method PHPExcel_Writer_HTML::generateHTMLFooter()
    Generate HTML footer
generateHTMLHeader
in file HTML.php, method PHPExcel_Writer_HTML::generateHTMLHeader()
    Generate HTML header
generateSheetData
in file HTML.php, method PHPExcel_Writer_HTML::generateSheetData()
    Generate sheet data
generateStyles
in file HTML.php, method PHPExcel_Writer_HTML::generateStyles()
    Generate CSS styles
getDelimiter
in file CSV.php, method PHPExcel_Writer_CSV::getDelimiter()
    Get delimiter
getEnclosure
in file CSV.php, method PHPExcel_Writer_CSV::getEnclosure()
    Get enclosure
getImagesRoot
in file HTML.php, method PHPExcel_Writer_HTML::getImagesRoot()
    Get images root
getLineEnding
in file CSV.php, method PHPExcel_Writer_CSV::getLineEnding()
    Get line ending
getPHPExcel
in file Serialized.php, method PHPExcel_Writer_Serialized::getPHPExcel()
    Get PHPExcel object
getPreCalculateFormulas
in file HTML.php, method PHPExcel_Writer_HTML::getPreCalculateFormulas()
    Get Pre-Calculate Formulas
getPreCalculateFormulas
in file CSV.php, method PHPExcel_Writer_CSV::getPreCalculateFormulas()
    Get Pre-Calculate Formulas
getSheetIndex
in file CSV.php, method PHPExcel_Writer_CSV::getSheetIndex()
    Get sheet index
getSheetIndex
in file HTML.php, method PHPExcel_Writer_HTML::getSheetIndex()
    Get sheet index
getTempDir
in file PDF.php, method PHPExcel_Writer_PDF::getTempDir()
    Get temporary storage directory
getUseBOM
in file CSV.php, method PHPExcel_Writer_CSV::getUseBOM()
    Get whether BOM should be used
getUseInlineCss
in file HTML.php, method PHPExcel_Writer_HTML::getUseInlineCss()
    Get use inline CSS?
top

h

HTML.php
procedural page HTML.php
top

i

IWriter.php
procedural page IWriter.php
top

p

PDF.php
procedural page PDF.php
PHPExcel_Writer_CSV
in file CSV.php, class PHPExcel_Writer_CSV
    PHPExcel_Writer_CSV
PHPExcel_Writer_HTML
in file HTML.php, class PHPExcel_Writer_HTML
    PHPExcel_Writer_HTML
PHPExcel_Writer_IWriter
in file IWriter.php, class PHPExcel_Writer_IWriter
    PHPExcel_Writer_IWriter
PHPExcel_Writer_PDF
in file PDF.php, class PHPExcel_Writer_PDF
    PHPExcel_Writer_PDF
PHPExcel_Writer_Serialized
in file Serialized.php, class PHPExcel_Writer_Serialized
    PHPExcel_Writer_Serialized
top

s

Serialized.php
procedural page Serialized.php
save
in file PDF.php, method PHPExcel_Writer_PDF::save()
    Save PHPExcel to file
save
in file HTML.php, method PHPExcel_Writer_HTML::save()
    Save PHPExcel to file
save
in file IWriter.php, method PHPExcel_Writer_IWriter::save()
    Save PHPExcel to file
save
in file Serialized.php, method PHPExcel_Writer_Serialized::save()
    Save PHPExcel to file
save
in file CSV.php, method PHPExcel_Writer_CSV::save()
    Save PHPExcel to file
setDelimiter
in file CSV.php, method PHPExcel_Writer_CSV::setDelimiter()
    Set delimiter
setEnclosure
in file CSV.php, method PHPExcel_Writer_CSV::setEnclosure()
    Set enclosure
setImagesRoot
in file HTML.php, method PHPExcel_Writer_HTML::setImagesRoot()
    Set images root
setLineEnding
in file CSV.php, method PHPExcel_Writer_CSV::setLineEnding()
    Set line ending
setPHPExcel
in file Serialized.php, method PHPExcel_Writer_Serialized::setPHPExcel()
    Get PHPExcel object
setPreCalculateFormulas
in file CSV.php, method PHPExcel_Writer_CSV::setPreCalculateFormulas()
    Set Pre-Calculate Formulas
setPreCalculateFormulas
in file HTML.php, method PHPExcel_Writer_HTML::setPreCalculateFormulas()
    Set Pre-Calculate Formulas
setSheetIndex
in file CSV.php, method PHPExcel_Writer_CSV::setSheetIndex()
    Set sheet index
setSheetIndex
in file HTML.php, method PHPExcel_Writer_HTML::setSheetIndex()
    Set sheet index
setTempDir
in file PDF.php, method PHPExcel_Writer_PDF::setTempDir()
    Set temporary storage directory
setUseBOM
in file CSV.php, method PHPExcel_Writer_CSV::setUseBOM()
    Set whether BOM should be used
setUseInlineCss
in file HTML.php, method PHPExcel_Writer_HTML::setUseInlineCss()
    Set use inline CSS?
top

w

writeAllSheets
in file HTML.php, method PHPExcel_Writer_HTML::writeAllSheets()
    Write all sheets (resets sheetIndex to NULL)
top

Documentation generated on Mon, 11 Jan 2010 08:03:26 +0100 by phpDocumentor 1.4.1