You are here

98 calls to PHPExcel_Reader_Excel5::_GetInt2d() in Loft Data Grids 7.2

PHPExcel_Reader_Excel5::listWorksheetInfo in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) * *
PHPExcel_Reader_Excel5::listWorksheetNames in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object * *
PHPExcel_Reader_Excel5::load in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Loads PHPExcel from file * *
PHPExcel_Reader_Excel5::_getFormulaFromStructure in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Convert formula structure into human readable Excel formula like 'A3+A5*5' * *
PHPExcel_Reader_Excel5::_getNextToken in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Fetch next token from binary formula data * *
PHPExcel_Reader_Excel5::_getSplicedRecordData in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a record from current position in data stream and continues reading data as long as CONTINUE * records are found. Splices the record data pieces and returns the combined string as if record data * is in one piece. * Moves to next current…
PHPExcel_Reader_Excel5::_readBIFF5CellRangeAddressFixed in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell range address in BIFF5 e.g. 'A2:B6' or 'A1' * always fixed range * section 2.5.14 * *
PHPExcel_Reader_Excel5::_readBIFF5CellRangeAddressList in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BIFF5 cell range address list * section 2.5.15 * *
PHPExcel_Reader_Excel5::_readBIFF8CellAddress in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell address in BIFF8 e.g. 'A2' or '$A$2' * section 3.3.4 * *
PHPExcel_Reader_Excel5::_readBIFF8CellAddressB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell address in BIFF8 for shared formulas. Uses positive and negative values for row and column * to indicate offsets from a base cell * section 3.3.4 * *
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddress in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell range address in BIFF8 e.g. 'A2:B6' or '$A$2:$B$6' * there are flags indicating whether column/row index is relative * section 3.3.4 * *
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddressB in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell range address in BIFF8 for shared formulas. Uses positive and negative values for row and column * to indicate offsets from a base cell * section 3.3.4 * *
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddressFixed in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a cell range address in BIFF8 e.g. 'A2:B6' or 'A1' * always fixed range * section 2.5.14 * *
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddressList in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BIFF8 cell range address list * section 2.5.15 * *
PHPExcel_Reader_Excel5::_readBIFF8ConstantArray in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* read BIFF8 constant value array from array data * returns e.g. array('value' => '{1,2;3,4}', 'size' => 40} * section 2.5.8 * *
PHPExcel_Reader_Excel5::_readBlank in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BLANK record
PHPExcel_Reader_Excel5::_readBof in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BOF
PHPExcel_Reader_Excel5::_readBoolErr in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BOOLERR record * This record represents a Boolean value or error value * cell. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readBottomMargin in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read BOTTOMMARGIN record
PHPExcel_Reader_Excel5::_readByteStringLong in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read byte string (16-bit string length) * OpenOffice documentation: 2.5.2 * *
PHPExcel_Reader_Excel5::_readCodepage in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* CODEPAGE * * This record stores the text encoding used to write byte * strings, stored as MS Windows code page identifier. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readColInfo in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read COLINFO record
PHPExcel_Reader_Excel5::_readContinue in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read a free CONTINUE record. Free CONTINUE record may be a camouflaged MSODRAWING record * When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used instead. Undocumented. * In this case, we must treat the CONTINUE record as…
PHPExcel_Reader_Excel5::_readDataValidation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read DATAVALIDATION record
PHPExcel_Reader_Excel5::_readDataValidations in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read DATAVALIDATIONS record
PHPExcel_Reader_Excel5::_readDateMode in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* DATEMODE * * This record specifies the base date for displaying date * values. All dates are stored as count of days past this * base date. In BIFF2-BIFF4 this record is part of the * Calculation Settings Block. In BIFF5-BIFF8 it is *…
PHPExcel_Reader_Excel5::_readDefault in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Reads a general type of BIFF record. Does nothing except for moving stream pointer forward to next record.
PHPExcel_Reader_Excel5::_readDefaultRowHeight in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read DEFAULTROWHEIGHT record
PHPExcel_Reader_Excel5::_readDefColWidth in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read DEFCOLWIDTH record
PHPExcel_Reader_Excel5::_readDefinedName in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* DEFINEDNAME * * This record is part of a Link Table. It contains the name * and the token array of an internal defined name. Token * arrays of defined names contain tokens with aberrant * token classes. * *…
PHPExcel_Reader_Excel5::_readDocumentSummaryInformation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read additional document summary information
PHPExcel_Reader_Excel5::_readExternalBook in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read EXTERNALBOOK record
PHPExcel_Reader_Excel5::_readExternName in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read EXTERNNAME record.
PHPExcel_Reader_Excel5::_readExternSheet in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read EXTERNSHEET record
PHPExcel_Reader_Excel5::_readFilepass in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* FILEPASS * * This record is part of the File Protection Block. It * contains information about the read/write password of the * file. All record contents following this record will be * encrypted. * * -- "OpenOffice.org's…
PHPExcel_Reader_Excel5::_readFont in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read a FONT record
PHPExcel_Reader_Excel5::_readFooter in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read FOOTER record
PHPExcel_Reader_Excel5::_readFormat in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* FORMAT * * This record contains information about a number format. * All FORMAT records occur together in a sequential list. * * In BIFF2-BIFF4 other records referencing a FORMAT record * contain a zero-based index into this list. From…
PHPExcel_Reader_Excel5::_readFormula in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read FORMULA record + perhaps a following STRING record if formula result is a string * This record contains the token array and the result of a * formula cell. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel…
PHPExcel_Reader_Excel5::_readHcenter in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read HCENTER record
PHPExcel_Reader_Excel5::_readHeader in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read HEADER record
PHPExcel_Reader_Excel5::_readHorizontalPageBreaks in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read HORIZONTALPAGEBREAKS record
PHPExcel_Reader_Excel5::_readHyperLink in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read HYPERLINK record
PHPExcel_Reader_Excel5::_readImData in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read IMDATA record
PHPExcel_Reader_Excel5::_readLabel in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read LABEL record * This record represents a cell that contains a string. In * BIFF8 it is usually replaced by the LABELSST record. * Excel still uses this record, if it copies unformatted * text cells to the clipboard. * *…
PHPExcel_Reader_Excel5::_readLabelSst in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read LABELSST record * This record represents a cell that contains a string. It * replaces the LABEL record and RSTRING record used in * BIFF2-BIFF5. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File…
PHPExcel_Reader_Excel5::_readLeftMargin in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read LEFTMARGIN record
PHPExcel_Reader_Excel5::_readMergedCells in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* MERGEDCELLS * * This record contains the addresses of merged cell ranges * in the current sheet. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readMsoDrawing in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read MSODRAWING record
PHPExcel_Reader_Excel5::_readMsoDrawingGroup in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read MSODRAWINGGROUP record
PHPExcel_Reader_Excel5::_readMulBlank in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read MULBLANK record * This record represents a cell range of empty cells. All * cells are located in the same row * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readMulRk in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read MULRK record * This record represents a cell range containing RK value * cells. All cells are located in the same row. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readNote in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* The NOTE record specifies a comment associated with a particular cell. In Excel 95 (BIFF7) and earlier versions, * this record stores a note (cell note). This feature was significantly enhanced in Excel 97.
PHPExcel_Reader_Excel5::_readNumber in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read NUMBER record * This record represents a cell that contains a * floating-point value. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readObj in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read OBJ record
PHPExcel_Reader_Excel5::_readObjectProtect in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* OBJECTPROTECT
PHPExcel_Reader_Excel5::_readPageLayoutView in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read PLV Record(Created by Excel2007 or upper)
PHPExcel_Reader_Excel5::_readPageSetup in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read PAGESETUP record
PHPExcel_Reader_Excel5::_readPalette in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read PALETTE record
PHPExcel_Reader_Excel5::_readPane in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read PANE record
PHPExcel_Reader_Excel5::_readPassword in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* PASSWORD - Sheet protection (hashed) password (BIFF2 through BIFF8)
PHPExcel_Reader_Excel5::_readPrintGridlines in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read PRINTGRIDLINES record
PHPExcel_Reader_Excel5::_readProtect in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* PROTECT - Sheet protection (BIFF2 through BIFF8) * if this record is omitted, then it also means no sheet protection
PHPExcel_Reader_Excel5::_readRangeProtection in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read RANGEPROTECTION record * Reading of this record is based on Microsoft Office Excel 97-2000 Binary File Format Specification, * where it is referred to as FEAT record
PHPExcel_Reader_Excel5::_readRightMargin in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read RIGHTMARGIN record
PHPExcel_Reader_Excel5::_readRk in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read RK record * This record represents a cell that contains an RK value * (encoded integer or floating-point value). If a * floating-point value cannot be encoded to an RK value, * a NUMBER record will be written. This record replaces the …
PHPExcel_Reader_Excel5::_readRow in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* ROW * * This record contains the properties of a single row in a * sheet. Rows and cells in a sheet are divided into blocks * of 32 rows. * * -- "OpenOffice.org's Documentation of the Microsoft * Excel File Format"
PHPExcel_Reader_Excel5::_readScenProtect in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* SCENPROTECT
PHPExcel_Reader_Excel5::_readScl in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read SCL record
PHPExcel_Reader_Excel5::_readSelection in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read SELECTION record. There is one such record for each pane in the sheet.
PHPExcel_Reader_Excel5::_readSharedFmla in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read a SHAREDFMLA record. This function just stores the binary shared formula in the reader, * which usually contains relative references. * These will be used to construct the formula in each shared formula part after the sheet is read.
PHPExcel_Reader_Excel5::_readSheet in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* SHEET * * This record is located in the Workbook Globals * Substream and represents a sheet inside the workbook. * One SHEET record is written for each sheet. It stores the * sheet name and a stream offset to the BOF record of the *…
PHPExcel_Reader_Excel5::_readSheetLayout in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read SHEETLAYOUT record. Stores sheet tab color information.
PHPExcel_Reader_Excel5::_readSheetPr in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read SHEETPR record
PHPExcel_Reader_Excel5::_readSheetProtection in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read SHEETPROTECTION record (FEATHEADR)
PHPExcel_Reader_Excel5::_readSst in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* SST - Shared String Table * * This record contains a list of all strings used anywhere * in the workbook. Each string occurs only once. The * workbook uses indexes into the list to reference the * strings. * *…
PHPExcel_Reader_Excel5::_readString in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read a STRING record from current stream position and advance the stream pointer to next record * This record is used for storing result from FORMULA record when it is a string, and * it occurs directly after the FORMULA record * *
PHPExcel_Reader_Excel5::_readStyle in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read STYLE record
PHPExcel_Reader_Excel5::_readSummaryInformation in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read summary information
PHPExcel_Reader_Excel5::_readTextObject in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* The TEXT Object record contains the text associated with a cell annotation.
PHPExcel_Reader_Excel5::_readTopMargin in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read TOPMARGIN record
PHPExcel_Reader_Excel5::_readUnicodeStringLong in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Extracts an Excel Unicode long string (16-bit string length) * OpenOffice documentation: 2.5.3 * this function is under construction, needs to support rich text, and Asian phonetic settings * *
PHPExcel_Reader_Excel5::_readVcenter in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read VCENTER record
PHPExcel_Reader_Excel5::_readVerticalPageBreaks in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read VERTICALPAGEBREAKS record
PHPExcel_Reader_Excel5::_readWindow2 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* Read WINDOW2 record
PHPExcel_Reader_Excel5::_readXf in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
* XF - Extended Format * * This record contains formatting information for cells, rows, columns or styles. * According to http://support.microsoft.com/kb/147732 there are always at least 15 cell style XF * and 1 cell XF. * Inspection of…
PHPExcel_Reader_Excel5::_readXfExt in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5.php
*
PHPExcel_Reader_Excel5_Escher::load in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Load Escher stream data. May be a partial Escher stream. * *
PHPExcel_Reader_Excel5_Escher::_readBlipJPEG in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read BlipJPEG record. Holds raw JPEG image data
PHPExcel_Reader_Excel5_Escher::_readBlipPNG in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read BlipPNG record. Holds raw PNG image data
PHPExcel_Reader_Excel5_Escher::_readBSE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read BSE record
PHPExcel_Reader_Excel5_Escher::_readClientAnchor in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read ClientAnchor record. This record holds information about where the shape is anchored in worksheet
PHPExcel_Reader_Excel5_Escher::_readClientTextbox in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read ClientTextbox record
PHPExcel_Reader_Excel5_Escher::_readDefault in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read a generic record
PHPExcel_Reader_Excel5_Escher::_readOfficeArtRGFOPTE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read OfficeArtRGFOPTE table of property-value pairs * *
PHPExcel_Reader_Excel5_Escher::_readOPT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read OPT record. This record may occur within DggContainer record or SpContainer
PHPExcel_Reader_Excel5_Escher::_readSp in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read Sp record (Shape)
PHPExcel_Reader_Excel5_Escher::_readTertiaryOPT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel5/Escher.php
* Read TertiaryOPT record