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

Element index for package PHPExcel_Writer_Excel5

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ i ] [ p ] [ r ] [ s ] [ t ] [ w ] [ x ] [ _ ]

_

$_active_pane
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_active_pane
    The active pane for the worksheet
$_bg_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_bg_color
    The cell's background color.
$_biffsize
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_biffsize
    The BIFF file size for the workbook.
$_BIFF_version
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_BIFF_version
    The BIFF/Excel version (5).
$_BIFF_version
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_BIFF_version
    The BIFF version for the workbook
$_bottom_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_bottom_color
    Color of the bottom border of the cell.
$_codepage
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_codepage
    The codepage indicates the text encoding used for strings
$_colinfo
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_colinfo
    Array containing format information for columns
$_country_code
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_country_code
    The country code used for localization
$_current_char
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_current_char
    The index of the character we are currently looking at
$_current_token
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_current_token
    The token we are working on.
$_data
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_data
    The string containing the data of the BIFF stream
$_datasize
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_datasize
    The size of the data in bytes. Should be the same as strlen($this->_data)
$_ext_sheets
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_ext_sheets
    Array of external sheets
$_fg_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_fg_color
    The cell's foreground color.
$_formula
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_formula
    The formula to parse
$_left_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_left_color
    Color of the left border of the cell.
$_limit
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_limit
    The maximum length for a BIFF record (excluding record header and length field). See _addContinue()
$_lookahead
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_lookahead
    The character ahead of the current char
$_numberFormatIndex
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_numberFormatIndex
    An index (2 bytes) to a FORMAT record (number format).
$_outline_below
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_below
    Whether to have outline summary below.
$_outline_on
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_on
    Whether to use outline.
$_outline_right
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_right
    Whether to have outline summary at the right.
$_outline_style
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_style
    Auto outline styles.
$_palette
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_palette
    Array containing the colour palette
$_parse_tree
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_parse_tree
    The parse tree to be generated
$_references
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_references
    Array of sheet references in the form of REF structures
$_right_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_right_color
    Color of the right border of the cell.
$_selection
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_selection
    Array containing the selected area for the worksheet
$_str_table
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_table
    Reference to the array containing all the unique strings in the workbook
$_str_total
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_total
    Reference to the total number of strings in the workbook
$_str_unique
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_unique
    Reference to the number of unique strings in the workbook
$_text_justlast
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_text_justlast
    1 bit, apparently not used.
$_top_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_top_color
    Color of the top border of the cell.
$_xls_strmax
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_xls_strmax
    Maximum number of characters for a string (LABEL record in BIFF5)
__construct
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::__construct()
    Constructor
__construct
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::__construct()
    Class constructor
__construct
in file Escher.php, method PHPExcel_Writer_Excel5_Escher::__construct()
    Constructor
__construct
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::__construct()
    Constructor
__construct
in file Excel5.php, method PHPExcel_Writer_Excel5::__construct()
    Create a new PHPExcel_Writer_Excel5
__construct
in file Font.php, method PHPExcel_Writer_Excel5_Font::__construct()
    Constructor
__construct
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::__construct()
    The class constructor
__construct
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::__construct()
    Constructor
top

a

addXfWriter
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::addXfWriter()
    Add a new XF writer
top

b

BIFFwriter.php
procedural page BIFFwriter.php
top

c

close
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::close()
    Add data to the beginning of the workbook (note the reverse order) and to the end of the workbook.
close
in file Escher.php, method PHPExcel_Writer_Excel5_Escher::close()
    Process the object to be written
top

e

Escher.php
procedural page Escher.php
Excel5.php
procedural page Excel5.php
top

f

Font.php
procedural page Font.php
top

g

getByteOrder
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::getByteOrder()
    Determine the byte order and store it as class data to avoid recalculating it for each call to new().
getData
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::getData()
    Retrieves data from memory in one chunk, or from disk in $buffer sized chunks.
getEscher
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::getEscher()
    Get Escher object
getEscher
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::getEscher()
    Get Escher object
getPreCalculateFormulas
in file Excel5.php, method PHPExcel_Writer_Excel5::getPreCalculateFormulas()
    Get Pre-Calculate Formulas
getSpOffsets
in file Escher.php, method PHPExcel_Writer_Excel5_Escher::getSpOffsets()
    Gets the shape offsets
top

i

insertBitmap
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::insertBitmap()
    Insert a 24bit bitmap image in a worksheet.
top

p

parse
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::parse()
    The parsing method. It parses a formula.
Parser.php
procedural page Parser.php
PHPExcel_Writer_Excel5
in file Excel5.php, class PHPExcel_Writer_Excel5
    PHPExcel_Writer_Excel5
PHPExcel_Writer_Excel5_BIFFwriter
in file BIFFwriter.php, class PHPExcel_Writer_Excel5_BIFFwriter
    PHPExcel_Writer_Excel5_BIFFwriter
PHPExcel_Writer_Excel5_Escher
in file Escher.php, class PHPExcel_Writer_Excel5_Escher
    PHPExcel_Shared_Escher_DggContainer_BstoreContainer
PHPExcel_Writer_Excel5_Font
in file Font.php, class PHPExcel_Writer_Excel5_Font
    PHPExcel_Writer_Excel5_Font
PHPExcel_Writer_Excel5_Parser
in file Parser.php, class PHPExcel_Writer_Excel5_Parser
    PHPExcel_Writer_Excel5_Parser
PHPExcel_Writer_Excel5_Workbook
in file Workbook.php, class PHPExcel_Writer_Excel5_Workbook
    PHPExcel_Writer_Excel5_Workbook
PHPExcel_Writer_Excel5_Worksheet
in file Worksheet.php, class PHPExcel_Writer_Excel5_Worksheet
    PHPExcel_Writer_Excel5_Worksheet
PHPExcel_Writer_Excel5_Xf
in file Xf.php, class PHPExcel_Writer_Excel5_Xf
    PHPExcel_Writer_Excel5_Xf
printRowColHeaders
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::printRowColHeaders()
    Set the option to print the row and column headers on the printed page.
top

r

REGEX_SHEET_TITLE_QUOTED
in file Parser.php, class constant PHPExcel_Writer_Excel5_Parser::REGEX_SHEET_TITLE_QUOTED
REGEX_SHEET_TITLE_UNQUOTED
in file Parser.php, class constant PHPExcel_Writer_Excel5_Parser::REGEX_SHEET_TITLE_UNQUOTED
    Constants
top

s

save
in file Excel5.php, method PHPExcel_Writer_Excel5::save()
    Save PHPExcel to file
setBgColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBgColor()
    Sets the cell's background color
setBIFFVersion
in file Font.php, method PHPExcel_Writer_Excel5_Font::setBIFFVersion()
    Set BIFF version
setBIFFVersion
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBIFFVersion()
    Set BIFF version
setBottomColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBottomColor()
    Sets the cell's bottom border color
setColorIndex
in file Font.php, method PHPExcel_Writer_Excel5_Font::setColorIndex()
    Set the color index
setDiagColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setDiagColor()
    Sets the cell's diagonal border color
setEscher
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::setEscher()
    Set Escher object
setEscher
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::setEscher()
    Set Escher object
setExtSheet
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::setExtSheet()
    This method is used to update the array of sheet names. It is called by the addWorksheet() method of the PHPExcel_Writer_Excel5_Workbook class.
setFgColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setFgColor()
    Sets the cell's foreground color
setFontIndex
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setFontIndex()
    Set the font index.
setIsStyleXf
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setIsStyleXf()
    Is this a style XF ?
setLeftColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setLeftColor()
    Sets the cell's left border color
setNumberFormatIndex
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setNumberFormatIndex()
    Sets the index to the number format record It can be date, time, currency, etc...
setOutline
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::setOutline()
    This method sets the properties for outlining and grouping. The defaults correspond to Excel's defaults.
setPreCalculateFormulas
in file Excel5.php, method PHPExcel_Writer_Excel5::setPreCalculateFormulas()
    Set Pre-Calculate Formulas
setRightColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setRightColor()
    Sets the cell's right border color
setTempDir
in file Excel5.php, method PHPExcel_Writer_Excel5::setTempDir()
    Set temporary storage directory
setTopColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setTopColor()
    Sets the cell's top border color
top

t

toReversePolish
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::toReversePolish()
    Builds a string containing the tree in reverse polish notation (What you would use in a HP calculator stack).
top

w

Workbook.php
procedural page Workbook.php
Worksheet.php
procedural page Worksheet.php
writeData
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::writeData()
    General storage function like _append, but returns string instead of modifying $this->_data
writeEof
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::writeEof()
    Writes Excel EOF record to indicate the end of a BIFF stream.
writeFont
in file Font.php, method PHPExcel_Writer_Excel5_Font::writeFont()
    Get font record data
writeWorkbook
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::writeWorkbook()
    Assemble worksheets into a workbook and send the BIFF data to an OLE storage.
writeXf
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::writeXf()
    Generate an Excel BIFF XF record (style or cell).
top

x

Xf.php
procedural page Xf.php
top

Documentation generated on Sun, 27 Feb 2011 16:26:38 -0800 by phpDocumentor 1.4.3