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 ] [ s ] [ t ] [ w ] [ x ] [ _ ]

_

$_active_pane
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_active_pane
    The active pane for the worksheet
$_addedFonts
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_addedFonts
    Added fonts.
$_addedNumberFormats
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_addedNumberFormats
    Added number formats.
$_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.
$_BIFFVersion
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_BIFFVersion
    BIFF version
$_BIFFVersion
in file Font.php, variable PHPExcel_Writer_Excel5_Font::$_BIFFVersion
    BIFF version
$_BIFF_version
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_BIFF_version
    The BIFF/Excel version (5).
$_BIFF_version
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_BIFF_version
    The BIFF version of the written Excel file, BIFF5 = 0x0500, BIFF8 = 0x0600
$_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.
$_byte_order
in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_byte_order
    The byte order of this architecture.
$_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
$_colorIndex
in file Font.php, variable PHPExcel_Writer_Excel5_Font::$_colorIndex
    Color index
$_colors
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_colors
    Color cache
$_countCellStyleXfs
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_countCellStyleXfs
    Count cell style Xfs
$_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 Escher.php, variable PHPExcel_Writer_Excel5_Escher::$_data
    The written binary data
$_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.
$_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.
$_filehandle
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_filehandle
    Filehandle to the temporary file for storing data
$_firstColumnIndex
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_firstColumnIndex
    Index of first used column (at least 0)
$_firstRowIndex
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_firstRowIndex
    Index of first used row (at least 0)
$_font
in file Font.php, variable PHPExcel_Writer_Excel5_Font::$_font
    Font
$_fontIndex
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_fontIndex
    Index to the FONT record.
$_fontWriters
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_fontWriters
    Fonts writers
$_formula
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_formula
    The formula to parse
$_isStyleXf
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_isStyleXf
    Style XF or a cell XF ?
$_lastColumnIndex
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_lastColumnIndex
    Index of last used column (no used columns means -1)
$_lastRowIndex
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_lastRowIndex
    Index of last used row.
$_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).
$_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).
$_numberFormats
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_numberFormats
    Shared number formats
$_object
in file Escher.php, variable PHPExcel_Writer_Excel5_Escher::$_object
    The object we are writing
$_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
$_parser
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_parser
    Formula parser
$_parser
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_parser
    Formula parser
$_parser
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_parser
    Formula parser
$_parse_tree
in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_parse_tree
    The parse tree to be generated
$_phpExcel
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_phpExcel
    PHPExcel object
$_phpExcel
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_phpExcel
    Workbook
$_phpSheet
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_phpSheet
    Sheet object
$_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
$_spOffsets
in file Escher.php, variable PHPExcel_Writer_Excel5_Escher::$_spOffsets
    Shape offsets.
$_str_table
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_str_table
    Array of unique shared strings in workbook
$_str_table
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_str_table
    Array of unique shared strings in workbook
$_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_total
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_str_total
    Total number of shared strings in workbook
$_str_total
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_str_total
    Total number of shared strings in workbook
$_str_unique
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_unique
    Reference to the number of unique strings in the workbook
$_str_unique
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_str_unique
    Number of unique shared strings in workbook
$_str_unique
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_str_unique
    Number of unique shared strings in workbook
$_tempDir
in file Excel5.php, variable PHPExcel_Writer_Excel5::$_tempDir
    Temporary storage directory
$_tempFilesCreated
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_tempFilesCreated
    List of temporary files created
$_text_justlast
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_text_justlast
    1 bit, apparently not used.
$_tmp_dir
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_tmp_dir
    The temporary dir for storing files
$_tmp_dir
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_tmp_dir
    The temporary dir for storing the OLE file
$_top_color
in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_top_color
    Color of the top border of the cell.
$_using_tmpfile
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_using_tmpfile
    Boolean indicating if we are using a temporary file for storing data
$_worksheetOffsets
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_worksheetOffsets
    Offsets of the binary worksheet streams relative to the start of the global workbook stream
$_worksheetSizes
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_worksheetSizes
    Sizes of the binary worksheet streams
$_xfWriters
in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_xfWriters
    XF Writers
$_xls_strmax
in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_xls_strmax
    Maximum number of characters for a string (LABEL record in BIFF5)
_addColor
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_addColor()
    Alter color palette adding a custom color
_addContinue
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::_addContinue()
    Excel limits the size of BIFF records. Excel 97 the limit is 8228 bytes. must be split up into CONTINUE blocks.
_advance
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_advance()
    Advance to the next valid token.
_append
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_append()
    Store Worksheet data in memory using the parent's class append() or to a temporary file, the default.
_append
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::_append()
    General storage function
_calcSheetOffsets
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_calcSheetOffsets()
    Calculate offsets for Worksheet BOF records.
_cellToPackedRowcol
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_cellToPackedRowcol()
    pack() row and column into the required 3 or 4 byte format.
_cellToRowcol
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_cellToRowcol()
    Convert an Excel cell reference such as A1 or $B2 or C$3 or $D$4 to a zero indexed row and column number. whether the row or column are relative references.
_condition
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_condition()
    It parses a condition.
_convert
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convert()
    Convert a token to the proper ptg value.
_convertFunction
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertFunction()
    Convert a function to a ptgFunc or ptgFuncVarV depending on the number of args that it takes.
_convertNumber
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertNumber()
    Convert a number token to ptgInt or ptgNum
_convertRange2d
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertRange2d()
    Convert an Excel range such as A1:D4 to a ptgRefV.
_convertRange3d
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertRange3d()
    Convert an Excel 3d range such as "Sheet1!A1:D4" or "Sheet1:Sheet2!A1:D4" to a ptgArea3d.
_convertRef2d
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertRef2d()
    Convert an Excel reference such as A1, $B2, C$3 or $D$4 to a ptgRefV.
_convertRef3d
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertRef3d()
    Convert an Excel 3d reference such as "Sheet1!A1" or "Sheet1:Sheet2!A1" to a ptgRef3d.
_convertString
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_convertString()
    Convert a string token to ptgStr
_createTree
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_createTree()
    Creates a tree. as elements.
_expression
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_expression()
    It parses a expression.
_fact
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_fact()
    It parses a factor.
_func
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_func()
    It parses a function call.
_getRefIndex
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_getRefIndex()
    Look up the REF index that corresponds to an external sheet name (or range). array.
_getSheetIndex
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_getSheetIndex()
    Look up the index that corresponds to an external sheet name. sheet names is updated by the addworksheet() method of the PHPExcel_Writer_Excel5_Workbook class.
_initialize
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_initialize()
    Open a tmp file to store the majority of the Worksheet data. for example due to write permissions, store the data in memory. slow for large files.
_initializeHashes
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_initializeHashes()
    Initialize the ptg and function hashes.
_mapBold
in file Font.php, method PHPExcel_Writer_Excel5_Font::_mapBold()
    Map to BIFF5-BIFF8 codes for bold
_mapBorderStyle
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapBorderStyle()
    Map border style
_mapErrorCode
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_mapErrorCode()
    Map Error code
_mapFillType
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapFillType()
    Map fill type
_mapHAlign
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapHAlign()
    Map to BIFF2-BIFF8 codes for horizontal alignment
_mapHidden
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapHidden()
    Map hidden
_mapLocked
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapLocked()
    Map locked
_mapTextRotation
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapTextRotation()
    Map to BIFF8 codes for text rotation angle
_mapUnderline
in file Font.php, method PHPExcel_Writer_Excel5_Font::_mapUnderline()
    Map underline
_mapVAlign
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::_mapVAlign()
    Map to BIFF2-BIFF8 codes for vertical alignment
_match
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_match()
    Checks if it's a valid token.
_packExtRef
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_packExtRef()
    Convert the sheet name part of an external reference, for example "Sheet1" or "Sheet1:Sheet2", to a packed structure.
_parenthesizedExpression
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_parenthesizedExpression()
    This function just introduces a ptgParen element in the tree, so that Excel doesn't get confused when working with a parenthesized formula afterwards.
_positionImage
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_positionImage()
    Calculate the vertices that define the position of the image as required by the OBJ record.
_processBitmap
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_processBitmap()
    Convert a 24 bit bitmap into the modified internal format used by Windows.
_processBitmapGd
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_processBitmapGd()
    Convert a GD-image into the internal format.
_rangeToPackedRange
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_rangeToPackedRange()
    pack() row range into the required 3 or 4 byte format.
_setColumn
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_setColumn()
    Set the width of a single column or a range of columns.
_setPaletteXl97
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_setPaletteXl97()
    Sets the colour palette to the Excel 97+ default.
_setRow
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_setRow()
    This method is used to set the height and format for a row.
_storeAllFonts
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeAllFonts()
    Store the Excel FONT records.
_storeAllNumFormats
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeAllNumFormats()
    Store user defined numerical formats i.
_storeAllStyles
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeAllStyles()
    Write all STYLE records.
_storeAllXfs
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeAllXfs()
    Write all XF records.
_storeBof
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::_storeBof()
    Writes Excel BOF record to indicate the beginning of a stream or sub-stream in the BIFF file.
_storeBoundsheet
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeBoundsheet()
    Writes Excel BIFF BOUNDSHEET record.
_storeBreaks
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeBreaks()
    Write the HORIZONTALPAGEBREAKS and VERTICALPAGEBREAKS BIFF records.
_storeCodepage
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeCodepage()
    Stores the CODEPAGE biff record.
_storeColinfo
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeColinfo()
    Write BIFF record COLINFO to define column widths Note: The SDK says the record length is 0x0B but Excel writes a 0x0C length record.
_storeDataValidity
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeDataValidity()
    Store the DVAL and DV records.
_storeDatemode
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeDatemode()
    Write DATEMODE record to indicate the date system in use (1904 or 1900).
_storeDefaultRowHeight
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeDefaultRowHeight()
    Write BIFF record DEFAULTROWHEIGHT.
_storeDefcol
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeDefcol()
    Write BIFF record DEFCOLWIDTH if COLINFO records are in use.
_storeDimensions
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeDimensions()
    Writes Excel DIMENSIONS to define the area in which there is data.
_storeEof
in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::_storeEof()
    Writes Excel EOF record to indicate the end of a BIFF stream.
_storeExterncount
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeExterncount()
    Write BIFF record EXTERNCOUNT to indicate the number of external sheet references in a worksheet.
_storeExterncount
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeExterncount()
    Write BIFF record EXTERNCOUNT to indicate the number of external sheet references in the workbook.
_storeExterns
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeExterns()
    Write the EXTERNCOUNT and EXTERNSHEET records. the NAME records.
_storeExternsheet
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeExternsheet()
    Writes the Excel BIFF EXTERNSHEET record. formulas. reference to all of the external worksheets the EXTERNSHEET index is the same as the worksheet index.
_storeExternsheet
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeExternsheet()
    Writes the Excel BIFF EXTERNSHEET record. formulas. rows and columns.
_storeFooter
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeFooter()
    Store the footer caption BIFF record.
_storeGridset
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeGridset()
    Write the GRIDSET BIFF record. PRINTGRIDLINES record.
_storeGuts
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeGuts()
    Write the GUTS BIFF record. where Excel outline symbols are displayed. controlled by a flag in WSBOOL.
_storeHcenter
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeHcenter()
    Store the horizontal centering HCENTER BIFF record.
_storeHeader
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeHeader()
    Store the header caption BIFF record.
_storeMarginBottom
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMarginBottom()
    Store the BOTTOMMARGIN BIFF record.
_storeMarginLeft
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMarginLeft()
    Store the LEFTMARGIN BIFF record.
_storeMarginRight
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMarginRight()
    Store the RIGHTMARGIN BIFF record.
_storeMarginTop
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMarginTop()
    Store the TOPMARGIN BIFF record.
_storeMergedCells
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMergedCells()
    Store the MERGEDCELLS records for all ranges of merged cells
_storeMsoDrawing
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeMsoDrawing()
    Write MSODRAWING record
_storeNameLong
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeNameLong()
    Store the NAME record in the long format that is used for storing the repeat rows and columns when both are specified. _storeNameShort() but we use a separate method to keep the code clean.
_storeNames
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeNames()
    Write the NAME record to define the print area and the repeat rows and cols.
_storeNameShort
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeNameShort()
    Store the NAME record in the short format that is used for storing the print area, repeat rows only and repeat columns only.
_storeNumFormat
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeNumFormat()
    Writes Excel FORMAT record for non "built-in" numerical formats.
_storeObjPicture
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeObjPicture()
    Store the OBJ record that precedes an IMDATA record. to support other Excel objects.
_storePalette
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storePalette()
    Stores the PALETTE biff record.
_storePanes
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storePanes()
    Writes the Excel BIFF PANE record.
_storePassword
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storePassword()
    Write the worksheet PASSWORD record.
_storePrintGridlines
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storePrintGridlines()
    Write the PRINTGRIDLINES BIFF record. GRIDSET record.
_storePrintHeaders
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storePrintHeaders()
    Write the PRINTHEADERS BIFF record.
_storeProtect
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeProtect()
    Set the Biff PROTECT record to indicate that the worksheet is protected.
_storeRangeProtection
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeRangeProtection()
    Write BIFF record RANGEPROTECTION
_storeSelection
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeSelection()
    Write BIFF record SELECTION.
_storeSetup
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeSetup()
    Store the page setup SETUP BIFF record.
_storeStyle
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeStyle()
    Write Excel BIFF STYLE records.
_storeVcenter
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeVcenter()
    Store the vertical centering VCENTER BIFF record.
_storeWindow1
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_storeWindow1()
    Write Excel BIFF WINDOW1 record.
_storeWindow2
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeWindow2()
    Write BIFF record Window2.
_storeWsbool
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeWsbool()
    Write the WSBOOL BIFF record, mainly for fit-to-page. with the SETUP record.
_storeZoom
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_storeZoom()
    Store the window zoom factor. simplicity we will store all fractions with a numerator of 100.
_term
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::_term()
    It parses a term.
_writeAllDefinedNamesBiff8
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeAllDefinedNamesBiff8()
    Writes all the DEFINEDNAME records (BIFF8).
_writeBIFF8CellRangeAddressFixed
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeBIFF8CellRangeAddressFixed()
    Write a cell range address in BIFF8
_writeBlank
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeBlank()
    Write a blank cell to the specified row and column (zero indexed).
_writeBoolErr
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeBoolErr()
    Write a boolean or an error type to the specified row and column (zero indexed)
_writeCountry
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeCountry()
    Stores the COUNTRY record for localization
_writeDefinedNameBiff8
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeDefinedNameBiff8()
    Write a DEFINEDNAME record for BIFF8 using explicit binary formula data
_writeExternsheetBiff8
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeExternsheetBiff8()
    Writes the Excel BIFF EXTERNSHEET record. formulas.
_writeFormula
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeFormula()
    Write a formula to the specified row and column (zero indexed).
_writeLabel
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeLabel()
    Write a string to the specified row and column (zero indexed).
_writeLabelSst
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeLabelSst()
    Write a string to the specified row and column (zero indexed).
_writeMsoDrawingGroup
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeMsoDrawingGroup()
    Writes the MSODRAWINGGROUP record if needed.
_writeNote
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeNote()
    Writes a note associated with the cell given by the row and column.
_writeNumber
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeNumber()
    Write a double to the specified row and column (zero indexed).
_writeRecalcId
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeRecalcId()
    Write the RECALCID record
_writeSharedStringsTable
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeSharedStringsTable()
    Handling of the SST continue blocks is complicated by the need to include an additional continuation byte depending on whether the string is split between blocks or whether it starts at the beginning of the block. additional complications that will arise later when/if Rich Strings are supported).
_writeString
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeString()
    Write a LABELSST record or a LABEL record.
_writeSupbookInternal
in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::_writeSupbookInternal()
    Write Internal SUPBOOK record
_writeUrl
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeUrl()
    Write a hyperlink.
_writeUrlExternal
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeUrlExternal()
    Write links to external directory names such as 'c:\foo. c:\foo.
_writeUrlInternal
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeUrlInternal()
    Used to write internal reference hyperlinks such as "Sheet1!A1".
_writeUrlRange
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeUrlRange()
    This is the more general form of _writeUrl(). written to a range of cells. to be written. (Sheet1!A1) or external ('c:\temp\foo.
_writeUrlWeb
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::_writeUrlWeb()
    Used to write http, ftp and mailto hyperlinks.
__construct
in file Excel5.php, method PHPExcel_Writer_Excel5::__construct()
    Create a new PHPExcel_Writer_Excel5
__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 Font.php, method PHPExcel_Writer_Excel5_Font::__construct()
    Constructor
__construct
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::__construct()
    Constructor
__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 Parser.php, method PHPExcel_Writer_Excel5_Parser::__construct()
    The class 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

cleanup
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::cleanup()
    Cleanup
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.
getSpOffsets
in file Escher.php, method PHPExcel_Writer_Excel5_Escher::getSpOffsets()
    Gets the shape offsets
getTempDir
in file Excel5.php, method PHPExcel_Writer_Excel5::getTempDir()
    Get temporary storage directory
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.
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

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 Xf.php, method PHPExcel_Writer_Excel5_Xf::setBIFFVersion()
    Set BIFF version
setBIFFVersion
in file Font.php, method PHPExcel_Writer_Excel5_Font::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
setExtSheet
in file Parser.php, method PHPExcel_Writer_Excel5_Parser::setExtSheet()
    This method is used to update the array of sheet names. 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. correspond to Excel's defaults.
setRightColor
in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setRightColor()
    Sets the cell's right border color
setSelection
in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::setSelection()
    Set which cell or cells are selected in a worksheet
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 Mon, 10 Aug 2009 08:01:08 +0200 by phpDocumentor 1.4.1