69 calls to PHPExcel_Writer_Excel5_BIFFwriter::_append() in Loft Data Grids 6.2
- PHPExcel_Writer_Excel5_BIFFwriter::_storeBof in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ BIFFwriter.php - * Writes Excel BOF record to indicate the beginning of a stream or * sub-stream in the BIFF file. * *
- PHPExcel_Writer_Excel5_BIFFwriter::_storeEof in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ BIFFwriter.php - * Writes Excel EOF record to indicate the end of a BIFF stream. * * @access private
- PHPExcel_Writer_Excel5_Workbook::_writeAllFonts in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Store the Excel FONT records.
- PHPExcel_Writer_Excel5_Workbook::_writeAllXfs in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Write all XF records.
- PHPExcel_Writer_Excel5_Workbook::_writeBoundsheet in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Writes Excel BIFF BOUNDSHEET record. * *
- PHPExcel_Writer_Excel5_Workbook::_writeCodepage in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Stores the CODEPAGE biff record.
- PHPExcel_Writer_Excel5_Workbook::_writeDatemode in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Write DATEMODE record to indicate the date system in use (1904 or 1900).
- PHPExcel_Writer_Excel5_Workbook::_writeExterncount in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Write BIFF record EXTERNCOUNT to indicate the number of external sheet * references in the workbook. * * Excel only stores references to external sheets that are used in NAME. * The workbook NAME record is required to define the print area…
- PHPExcel_Writer_Excel5_Workbook::_writeExternsheet in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Writes the Excel BIFF EXTERNSHEET record. These references are used by * formulas. NAME record is required to define the print area and the repeat * rows and columns. * * A similar method is used in Worksheet.php for a slightly different…
- PHPExcel_Writer_Excel5_Workbook::_writeNameLong in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Store the NAME record in the long format that is used for storing the repeat * rows and columns when both are specified. This shares a lot of code with * _writeNameShort() but we use a separate method to keep the code clean. * Code abstraction…
- PHPExcel_Writer_Excel5_Workbook::_writeNameShort in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Store the NAME record in the short format that is used for storing the print * area, repeat rows only and repeat columns only. * *
- PHPExcel_Writer_Excel5_Workbook::_writeNumFormat in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Writes Excel FORMAT record for non "built-in" numerical formats. * *
- PHPExcel_Writer_Excel5_Workbook::_writePalette in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Stores the PALETTE biff record.
- PHPExcel_Writer_Excel5_Workbook::_writeStyle in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Write Excel BIFF STYLE records.
- PHPExcel_Writer_Excel5_Workbook::_writeWindow1 in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Workbook.php - * Write Excel BIFF WINDOW1 record.
- PHPExcel_Writer_Excel5_Worksheet::insertBitmap in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Insert a 24bit bitmap image in a worksheet. * * @access public *
- PHPExcel_Writer_Excel5_Worksheet::_writeAutoFilterInfo in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the AUTOFILTERINFO BIFF record. This is used to configure the number of autofilter select used in the sheet.
- PHPExcel_Writer_Excel5_Worksheet::_writeBlank in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a blank cell to the specified row and column (zero indexed). * A blank cell is used to specify formatting without adding a string * or a number. * * A blank cell without a format serves no purpose. Therefore, we don't write * a…
- PHPExcel_Writer_Excel5_Worksheet::_writeBoolErr in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a boolean or an error type to the specified row and column (zero indexed) * *
- PHPExcel_Writer_Excel5_Worksheet::_writeBreaks in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the HORIZONTALPAGEBREAKS and VERTICALPAGEBREAKS BIFF records.
- PHPExcel_Writer_Excel5_Worksheet::_writeCFHeader in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write CFHeader record
- PHPExcel_Writer_Excel5_Worksheet::_writeCFRule in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write CFRule Record *
- PHPExcel_Writer_Excel5_Worksheet::_writeColinfo in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record COLINFO to define column widths * * Note: The SDK says the record length is 0x0B but Excel writes a 0x0C * length record. * *
- PHPExcel_Writer_Excel5_Worksheet::_writeDataValidity in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the DATAVALIDATIONS and DATAVALIDATION records.
- PHPExcel_Writer_Excel5_Worksheet::_writeDefaultRowHeight in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record DEFAULTROWHEIGHT.
- PHPExcel_Writer_Excel5_Worksheet::_writeDefcol in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record DEFCOLWIDTH if COLINFO records are in use.
- PHPExcel_Writer_Excel5_Worksheet::_writeDimensions in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Writes Excel DIMENSIONS to define the area in which there is data.
- PHPExcel_Writer_Excel5_Worksheet::_writeExterncount in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record EXTERNCOUNT to indicate the number of external sheet * references in a worksheet. * * Excel only stores references to external sheets that are used in formulas. * For simplicity we store references to all the sheets in the…
- PHPExcel_Writer_Excel5_Worksheet::_writeExternsheet in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Writes the Excel BIFF EXTERNSHEET record. These references are used by * formulas. A formula references a sheet name via an index. Since we store a * reference to all of the external worksheets the EXTERNSHEET index is the same * as the…
- PHPExcel_Writer_Excel5_Worksheet::_writeFooter in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the footer caption BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeFormula in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a formula to the specified row and column (zero indexed). * The textual representation of the formula is passed to the parser in * Parser.php which returns a packed binary string. * * Returns 0 : normal termination * -1 : formula…
- PHPExcel_Writer_Excel5_Worksheet::_writeGridset in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the GRIDSET BIFF record. Must be used in conjunction with the * PRINTGRIDLINES record.
- PHPExcel_Writer_Excel5_Worksheet::_writeGuts in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the GUTS BIFF record. This is used to configure the gutter margins * where Excel outline symbols are displayed. The visibility of the gutters is * controlled by a flag in WSBOOL. * *
- PHPExcel_Writer_Excel5_Worksheet::_writeHcenter in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the horizontal centering HCENTER BIFF record. * * @access private
- PHPExcel_Writer_Excel5_Worksheet::_writeHeader in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the header caption BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeLabel in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a string to the specified row and column (zero indexed). * NOTE: there is an Excel 5 defined limit of 255 characters. * $format is optional. * Returns 0 : normal termination * -2 : row or column out of range * -3 : long string…
- PHPExcel_Writer_Excel5_Worksheet::_writeLabelSst in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a string to the specified row and column (zero indexed). * This is the BIFF8 version (no 255 chars limit). * $format is optional. * Returns 0 : normal termination * -2 : row or column out of range * -3 : long string truncated to…
- PHPExcel_Writer_Excel5_Worksheet::_writeMarginBottom in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the BOTTOMMARGIN BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeMarginLeft in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the LEFTMARGIN BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeMarginRight in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the RIGHTMARGIN BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeMarginTop in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the TOPMARGIN BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeMergedCells in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the MERGEDCELLS records for all ranges of merged cells
- PHPExcel_Writer_Excel5_Worksheet::_writeMsoDrawing in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write MSODRAWING record
- PHPExcel_Writer_Excel5_Worksheet::_writeNote in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Writes a note associated with the cell given by the row and column. * NOTE records don't have a length limit. * *
- PHPExcel_Writer_Excel5_Worksheet::_writeNumber in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a double to the specified row and column (zero indexed). * An integer can be written as a double. Excel will display an * integer. $format is optional. * * Returns 0 : normal termination * -2 : row or column out of range * *
- PHPExcel_Writer_Excel5_Worksheet::_writeObjectProtect in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write OBJECTPROTECT
- PHPExcel_Writer_Excel5_Worksheet::_writeObjPicture in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the OBJ record that precedes an IMDATA record. This could be generalise * to support other Excel objects. * *
- PHPExcel_Writer_Excel5_Worksheet::_writePageLayoutView in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write PLV Record
- PHPExcel_Writer_Excel5_Worksheet::_writePanes in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Writes the Excel BIFF PANE record. * The panes can either be frozen or thawed (unfrozen). * Frozen panes are specified in terms of an integer number of rows and columns. * Thawed panes are specified in terms of Excel's units for rows and…
- PHPExcel_Writer_Excel5_Worksheet::_writePassword in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the worksheet PASSWORD record.
- PHPExcel_Writer_Excel5_Worksheet::_writePrintGridlines in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the PRINTGRIDLINES BIFF record. Must be used in conjunction with the * GRIDSET record.
- PHPExcel_Writer_Excel5_Worksheet::_writePrintHeaders in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the PRINTHEADERS BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeProtect in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Set the Biff PROTECT record to indicate that the worksheet is protected.
- PHPExcel_Writer_Excel5_Worksheet::_writeRangeProtection in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record RANGEPROTECTION * * Openoffice.org's Documentaion of the Microsoft Excel File Format uses term RANGEPROTECTION for these records * Microsoft Office Excel 97-2007 Binary File Format Specification uses term FEAT for these…
- PHPExcel_Writer_Excel5_Worksheet::_writeRichTextString in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a LABELSST record or a LABEL record. Which one depends on BIFF version * It differs from _writeString by the writing of rich text strings. *
- PHPExcel_Writer_Excel5_Worksheet::_writeRow in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * This method is used to set the height and format for a row. * *
- PHPExcel_Writer_Excel5_Worksheet::_writeScenProtect in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write SCENPROTECT
- PHPExcel_Writer_Excel5_Worksheet::_writeSelection in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record SELECTION.
- PHPExcel_Writer_Excel5_Worksheet::_writeSetup in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the page setup SETUP BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeSheetLayout in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write SHEETLAYOUT record
- PHPExcel_Writer_Excel5_Worksheet::_writeSheetProtection in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write SHEETPROTECTION
- PHPExcel_Writer_Excel5_Worksheet::_writeStringRecord in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write a STRING record. This * *
- PHPExcel_Writer_Excel5_Worksheet::_writeUrlExternal in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write links to external directory names such as 'c:\foo.xls', * c:\foo.xls#Sheet1!A1', '../../foo.xls'. and '../../foo.xls#Sheet1!A1'. * * Note: Excel writes some relative links with the $dir_long string. We…
- PHPExcel_Writer_Excel5_Worksheet::_writeUrlInternal in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Used to write internal reference hyperlinks such as "Sheet1!A1". * * @access private * *
- PHPExcel_Writer_Excel5_Worksheet::_writeUrlWeb in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Used to write http, ftp and mailto hyperlinks. * The link type ($options) is 0x03 is the same as absolute dir ref without * sheet. However it is differentiated by the $unknown2 data stream. * * @access private * *
- PHPExcel_Writer_Excel5_Worksheet::_writeVcenter in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the vertical centering VCENTER BIFF record.
- PHPExcel_Writer_Excel5_Worksheet::_writeWindow2 in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write BIFF record Window2.
- PHPExcel_Writer_Excel5_Worksheet::_writeWsbool in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Write the WSBOOL BIFF record, mainly for fit-to-page. Used in conjunction * with the SETUP record.
- PHPExcel_Writer_Excel5_Worksheet::_writeZoom in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php - * Store the window zoom factor. This should be a reduced fraction but for * simplicity we will store all fractions with a numerator of 100.