ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getReadDataOnly () | |
Read data only? | |
setReadDataOnly ($pValue=false) | |
Set read data only. | |
getLoadSheetsOnly () | |
Get which sheets to load. | |
setLoadSheetsOnly ($value=null) | |
Set which sheets to load. | |
setLoadAllSheets () | |
Set all sheets to load. | |
getReadFilter () | |
Read filter. | |
setReadFilter (PHPExcel_Reader_IReadFilter $pValue) | |
Set read filter. | |
__construct () | |
Create a new PHPExcel_Reader_Excel5 instance. | |
canRead ($pFilename) | |
Can the current PHPExcel_Reader_IReader read the file? | |
load ($pFilename) | |
Loads PHPExcel from file. |
Private Member Functions | |
_readDefault () | |
Reads a general type of BIFF record. | |
_readFilepass () | |
FILEPASS. | |
_readCodepage () | |
CODEPAGE. | |
_readDateMode () | |
DATEMODE. | |
_readFont () | |
Read a FONT record. | |
_readFormat () | |
FORMAT. | |
_readXf () | |
XF - Extended Format. | |
_readStyle () | |
Read STYLE record. | |
_readPalette () | |
Read PALETTE record. | |
_readSheet () | |
SHEET. | |
_readExternalBook () | |
Read EXTERNALBOOK record. | |
_readExternSheet () | |
Read EXTERNSHEET record. | |
_readDefinedName () | |
DEFINEDNAME. | |
_readMsoDrawingGroup () | |
Read MSODRAWINGGROUP record. | |
_readSst () | |
SST - Shared String Table. | |
_readPrintGridlines () | |
Read PRINTGRIDLINES record. | |
_readDefaultRowHeight () | |
Read DEFAULTROWHEIGHT record. | |
_readSheetPr () | |
Read SHEETPR record. | |
_readHorizontalPageBreaks () | |
Read HORIZONTALPAGEBREAKS record. | |
_readVerticalPageBreaks () | |
Read VERTICALPAGEBREAKS record. | |
_readHeader () | |
Read HEADER record. | |
_readFooter () | |
Read FOOTER record. | |
_readHcenter () | |
Read HCENTER record. | |
_readVcenter () | |
Read VCENTER record. | |
_readLeftMargin () | |
Read LEFTMARGIN record. | |
_readRightMargin () | |
Read RIGHTMARGIN record. | |
_readTopMargin () | |
Read TOPMARGIN record. | |
_readBottomMargin () | |
Read BOTTOMMARGIN record. | |
_readPageSetup () | |
Read PAGESETUP record. | |
_readProtect () | |
PROTECT - Sheet protection (BIFF2 through BIFF8) if this record is omitted, then it also means no sheet protection. | |
_readPassword () | |
PASSWORD - Sheet protection (hashed) password (BIFF2 through BIFF8) | |
_readDefColWidth () | |
Read DEFCOLWIDTH record. | |
_readColInfo () | |
Read COLINFO record. | |
_readRow () | |
ROW. | |
_readRk () | |
Read RK record This record represents a cell that contains an RK value (encoded integer or floating-point value). | |
_readLabelSst () | |
Read LABELSST record This record represents a cell that contains a string. | |
_readMulRk () | |
Read MULRK record This record represents a cell range containing RK value cells. | |
_readNumber () | |
Read NUMBER record This record represents a cell that contains a floating-point value. | |
_readFormula () | |
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. | |
_readSharedFmla () | |
Read a SHAREDFMLA record. | |
_readString () | |
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. | |
_readBoolErr () | |
Read BOOLERR record This record represents a Boolean value or error value cell. | |
_readMulBlank () | |
Read MULBLANK record This record represents a cell range of empty cells. | |
_readLabel () | |
Read LABEL record This record represents a cell that contains a string. | |
_readBlank () | |
Read BLANK record. | |
_readMsoDrawing () | |
Read MSODRAWING record. | |
_readObj () | |
Read OBJ record. | |
_readWindow2 () | |
Read WINDOW2 record. | |
_readScl () | |
Read SCL record. | |
_readPane () | |
Read PANE record. | |
_readMergedCells () | |
MERGEDCELLS. | |
_readHyperLink () | |
Read HYPERLINK record. | |
_readRangeProtection () | |
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. | |
_readImData () | |
Read IMDATA record. | |
_readContinue () | |
Read a free CONTINUE record. | |
_getSplicedRecordData () | |
Reads a record from current position in data stream and continues reading data as long as CONTINUE records are found. | |
_getFormulaFromStructure ($formulaStructure, $baseCell= 'A1') | |
Convert formula structure into human readable Excel formula like 'A3+A5*5'. | |
_getFormulaFromData ($formulaData, $additionalData= '', $baseCell= 'A1') | |
Take formula data and additional data for formula and return human readable formula. | |
_createFormulaFromTokens ($tokens, $additionalData) | |
Take array of tokens together with additional data for formula and return human readable formula. | |
_getNextToken ($formulaData, $baseCell= 'A1') | |
Fetch next token from binary formula data. | |
_readBIFF8CellAddress ($cellAddressStructure) | |
Reads a cell address in BIFF8 e.g. | |
_readBIFF8CellAddressB ($cellAddressStructure, $baseCell= 'A1') | |
Reads a cell address in BIFF8 for shared formulas. | |
_readBIFF5CellRangeAddressFixed ($subData) | |
Reads a cell range address in BIFF5 e.g. | |
_readBIFF8CellRangeAddressFixed ($subData) | |
Reads a cell range address in BIFF8 e.g. | |
_readBIFF8CellRangeAddress ($subData) | |
Reads a cell range address in BIFF8 e.g. | |
_readBIFF8CellRangeAddressList ($subData) | |
Read BIFF8 cell range address list section 2.5.15. | |
_readSheetRangeByRefIndex ($index) | |
Get a sheet range like Sheet1:Sheet3 from REF index Note: If there is only one sheet in the range, one gets e.g Sheet1 It can also happen that the REF structure uses the -1 (FFFF) code to indicate deleted sheets, in which case an exception is thrown. | |
_readBIFF8ConstantArray ($arrayData) | |
read BIFF8 constant value array from array data returns e.g. | |
_readBIFF8Constant ($valueData) | |
read BIFF8 constant value which may be 'Empty Value', 'Number', 'String Value', 'Boolean Value', 'Error Value' section 2.5.7 returns e.g. | |
_readRGB ($rgb) | |
Extract RGB color OpenOffice.org's Documentation of the Microsoft Excel File Format, section 2.5.4. | |
_readByteStringShort ($subData) | |
Read byte string (8-bit string length) OpenOffice documentation: 2.5.2. | |
_readByteStringLong ($subData) | |
Read byte string (16-bit string length) OpenOffice documentation: 2.5.2. | |
_readUnicodeStringShort ($subData) | |
Extracts an Excel Unicode short string (8-bit string length) OpenOffice documentation: 2.5.3 function will automatically find out where the Unicode string ends. | |
_readUnicodeStringLong ($subData) | |
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. | |
_readUnicodeString ($subData, $characterCount) | |
Read Unicode string with no string length field, but with known character count this function is under construction, needs to support rich text, and Asian phonetic settings OpenOffice.org's Documentation of the Microsoft Excel File Format, section 2.5.3. | |
_UTF8toExcelDoubleQuoted ($value) | |
Convert UTF-8 string to string surounded by double quotes. | |
_extractNumber ($data) | |
Reads first 8 bytes of a string and return IEEE 754 float. | |
_GetIEEE754 ($rknum) | |
_encodeUTF16 ($string, $compressed= '') | |
Get UTF-8 string from (compressed or uncompressed) UTF-16 string. | |
_uncompressByteString ($string) | |
Convert UTF-16 string in compressed notation to uncompressed form. | |
_decodeCodepage ($string) | |
Convert string to UTF-8. | |
_GetInt2d ($data, $pos) | |
Read 16-bit unsigned integer. | |
_GetInt4d ($data, $pos) | |
Read 32-bit signed integer. | |
_readColor ($color) | |
Read color. | |
_mapBorderStyle ($index) | |
Map border style OpenOffice documentation: 2.5.11. | |
_mapFillPattern ($index) | |
Get fill pattern from index OpenOffice documentation: 2.5.12. | |
_mapErrorCode ($subData) | |
Map error code, e.g. | |
_mapBuiltInColor ($color) | |
Map built-in color to RGB value. | |
_mapColorBIFF5 ($subData) | |
Map color array from BIFF5 built-in color index. | |
_mapColor ($subData) | |
Map color array from BIFF8 built-in color index. |
Definition at line 120 of file Excel5.php.
PHPExcel_Reader_Excel5::__construct | ( | ) |
Create a new PHPExcel_Reader_Excel5 instance.
Definition at line 478 of file Excel5.php.
|
private |
Take array of tokens together with additional data for formula and return human readable formula.
array | $tokens | |
array | $additionalData | Additional binary data going with the formula |
string | $baseCell | Base cell, only needed when formula contains tRefN tokens, e.g. with shared formulas |
Definition at line 3650 of file Excel5.php.
References _readBIFF8CellRangeAddressList(), and _readBIFF8ConstantArray().
Referenced by _getFormulaFromData().
|
private |
Convert string to UTF-8.
Only used for BIFF5.
string | $string |
Definition at line 4934 of file Excel5.php.
References $result, and PHPExcel_Shared_String\ConvertEncoding().
Referenced by _readByteStringLong(), and _readByteStringShort().
|
private |
Get UTF-8 string from (compressed or uncompressed) UTF-16 string.
string | $string | |
bool | $compressed |
Definition at line 4901 of file Excel5.php.
References $result, _uncompressByteString(), and PHPExcel_Shared_String\ConvertEncoding().
Referenced by _readHyperLink(), _readSst(), and _readUnicodeString().
|
private |
Reads first 8 bytes of a string and return IEEE 754 float.
string | $data | Binary string that is at least 8 bytes long |
Definition at line 4845 of file Excel5.php.
References $data, and _GetInt4d().
Referenced by _getNextToken(), _readBIFF8Constant(), _readBottomMargin(), _readFormula(), _readLeftMargin(), _readNumber(), _readPageSetup(), _readRightMargin(), and _readTopMargin().
|
private |
Take formula data and additional data for formula and return human readable formula.
string | $formulaData | The binary data for the formula itself |
string | $additionalData | Additional binary data going with the formula |
string | $baseCell | Base cell, only needed when formula contains tRefN tokens, e.g. with shared formulas |
Definition at line 3624 of file Excel5.php.
References _createFormulaFromTokens(), and _getNextToken().
Referenced by _getFormulaFromStructure(), and _getNextToken().
|
private |
Convert formula structure into human readable Excel formula like 'A3+A5*5'.
string | $formulaStructure | The complete binary data for the formula |
string | $baseCell | Base cell, only needed when formula contains tRefN tokens, e.g. with shared formulas |
Definition at line 3585 of file Excel5.php.
References _getFormulaFromData(), and _GetInt2d().
Referenced by _readDefinedName(), _readFormula(), and load().
|
private |
Definition at line 4868 of file Excel5.php.
Referenced by _readMulRk(), and _readRk().
|
private |
Read 16-bit unsigned integer.
string | $data | |
int | $pos |
Definition at line 4947 of file Excel5.php.
References $data.
Referenced by _getFormulaFromStructure(), _getNextToken(), _getSplicedRecordData(), _readBIFF5CellRangeAddressFixed(), _readBIFF8CellAddress(), _readBIFF8CellAddressB(), _readBIFF8CellRangeAddress(), _readBIFF8CellRangeAddressFixed(), _readBIFF8CellRangeAddressList(), _readBIFF8ConstantArray(), _readBlank(), _readBoolErr(), _readBottomMargin(), _readByteStringLong(), _readCodepage(), _readColInfo(), _readContinue(), _readDateMode(), _readDefault(), _readDefaultRowHeight(), _readDefColWidth(), _readDefinedName(), _readExternalBook(), _readExternSheet(), _readFilepass(), _readFont(), _readFooter(), _readFormat(), _readFormula(), _readHcenter(), _readHeader(), _readHorizontalPageBreaks(), _readHyperLink(), _readImData(), _readLabel(), _readLabelSst(), _readLeftMargin(), _readMergedCells(), _readMsoDrawing(), _readMsoDrawingGroup(), _readMulBlank(), _readMulRk(), _readNumber(), _readObj(), _readPageSetup(), _readPalette(), _readPane(), _readPassword(), _readPrintGridlines(), _readProtect(), _readRangeProtection(), _readRightMargin(), _readRk(), _readRow(), _readScl(), _readSharedFmla(), _readSheet(), _readSheetPr(), _readSst(), _readString(), _readStyle(), _readTopMargin(), _readUnicodeStringLong(), _readVcenter(), _readVerticalPageBreaks(), _readWindow2(), _readXf(), and load().
|
private |
Read 32-bit signed integer.
string | $data | |
int | $pos |
Definition at line 4959 of file Excel5.php.
References $data.
Referenced by _extractNumber(), _readHyperLink(), _readImData(), _readLabelSst(), _readMulRk(), _readRangeProtection(), _readRk(), _readRow(), _readSheet(), _readSst(), and _readXf().
|
private |
Fetch next token from binary formula data.
string | Formula data | |
string | $baseCell | Base cell, only needed when formula contains tRefN tokens, e.g. with shared formulas |
Exception |
Definition at line 3798 of file Excel5.php.
References $data, $name, $size, _extractNumber(), _getFormulaFromData(), _GetInt2d(), _mapErrorCode(), _readBIFF8CellAddress(), _readBIFF8CellAddressB(), _readBIFF8CellRangeAddress(), _readSheetRangeByRefIndex(), _readUnicodeStringShort(), and _UTF8toExcelDoubleQuoted().
Referenced by _getFormulaFromData().
|
private |
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 position in data stream to start of next record different from a CONtINUE record
Definition at line 3545 of file Excel5.php.
References $data, and _GetInt2d().
Referenced by _readImData(), _readMsoDrawingGroup(), and _readSst().
|
private |
Map border style OpenOffice documentation: 2.5.11.
int | $index |
Definition at line 5011 of file Excel5.php.
References PHPExcel_Style_Border\BORDER_DASHDOT, PHPExcel_Style_Border\BORDER_DASHDOTDOT, PHPExcel_Style_Border\BORDER_DASHED, PHPExcel_Style_Border\BORDER_DOTTED, PHPExcel_Style_Border\BORDER_DOUBLE, PHPExcel_Style_Border\BORDER_HAIR, PHPExcel_Style_Border\BORDER_MEDIUM, PHPExcel_Style_Border\BORDER_MEDIUMDASHDOT, PHPExcel_Style_Border\BORDER_MEDIUMDASHDOTDOT, PHPExcel_Style_Border\BORDER_MEDIUMDASHED, PHPExcel_Style_Border\BORDER_NONE, PHPExcel_Style_Border\BORDER_SLANTDASHDOT, PHPExcel_Style_Border\BORDER_THICK, and PHPExcel_Style_Border\BORDER_THIN.
Referenced by _readXf().
|
private |
Map built-in color to RGB value.
int | $color | Indexed color |
Definition at line 5091 of file Excel5.php.
Referenced by _readColor().
|
private |
Map color array from BIFF8 built-in color index.
int | $subData |
Definition at line 5183 of file Excel5.php.
Referenced by _readColor().
|
private |
Map color array from BIFF5 built-in color index.
int | $subData |
Definition at line 5114 of file Excel5.php.
Referenced by _readColor().
|
private |
Map error code, e.g.
'#N/A'
int | $subData |
Definition at line 5071 of file Excel5.php.
Referenced by _getNextToken(), _readBIFF8Constant(), _readBoolErr(), and _readFormula().
|
private |
Get fill pattern from index OpenOffice documentation: 2.5.12.
int | $index |
Definition at line 5039 of file Excel5.php.
References PHPExcel_Style_Fill\FILL_NONE, PHPExcel_Style_Fill\FILL_PATTERN_DARKDOWN, PHPExcel_Style_Fill\FILL_PATTERN_DARKGRAY, PHPExcel_Style_Fill\FILL_PATTERN_DARKGRID, PHPExcel_Style_Fill\FILL_PATTERN_DARKHORIZONTAL, PHPExcel_Style_Fill\FILL_PATTERN_DARKTRELLIS, PHPExcel_Style_Fill\FILL_PATTERN_DARKUP, PHPExcel_Style_Fill\FILL_PATTERN_DARKVERTICAL, PHPExcel_Style_Fill\FILL_PATTERN_GRAY0625, PHPExcel_Style_Fill\FILL_PATTERN_GRAY125, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTDOWN, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTGRAY, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTGRID, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTHORIZONTAL, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTTRELLIS, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTUP, PHPExcel_Style_Fill\FILL_PATTERN_LIGHTVERTICAL, PHPExcel_Style_Fill\FILL_PATTERN_MEDIUMGRAY, and PHPExcel_Style_Fill\FILL_SOLID.
Referenced by _readXf().
|
private |
Reads a cell range address in BIFF5 e.g.
'A2:B6' or 'A1' always fixed range section 2.5.14
string | $subData |
Exception |
Definition at line 4388 of file Excel5.php.
References $lr, _GetInt2d(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by _readSharedFmla().
|
private |
Reads a cell address in BIFF8 e.g.
'A2' or '$A$2' section 3.3.4
string | $cellAddressStructure |
Definition at line 4314 of file Excel5.php.
References $row, _GetInt2d(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by _getNextToken().
|
private |
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
string | $cellAddressStructure | |
string | $baseCell | Base cell, only needed when formula contains tRefN tokens, e.g. with shared formulas |
Definition at line 4345 of file Excel5.php.
References $row, _GetInt2d(), PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by _getNextToken().
|
private |
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
string | $subData |
Definition at line 4463 of file Excel5.php.
References $lr, _GetInt2d(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by _getNextToken().
|
private |
Reads a cell range address in BIFF8 e.g.
'A2:B6' or 'A1' always fixed range section 2.5.14
string | $subData |
Exception |
Definition at line 4426 of file Excel5.php.
References $lr, _GetInt2d(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by _readBIFF8CellRangeAddressList(), _readHyperLink(), and _readRangeProtection().
|
private |
Read BIFF8 cell range address list section 2.5.15.
string | $subData |
Definition at line 4514 of file Excel5.php.
References _GetInt2d(), and _readBIFF8CellRangeAddressFixed().
Referenced by _createFormulaFromTokens(), and _readMergedCells().
|
private |
read BIFF8 constant value which may be 'Empty Value', 'Number', 'String Value', 'Boolean Value', 'Error Value' section 2.5.7 returns e.g.
array('value' => '5', 'size' => 9)
string | $valueData |
Definition at line 4637 of file Excel5.php.
References $size, _extractNumber(), _mapErrorCode(), and _readUnicodeStringLong().
Referenced by _readBIFF8ConstantArray().
|
private |
read BIFF8 constant value array from array data returns e.g.
array('value' => '{1,2;3,4}', 'size' => 40} section 2.5.8
string | $arrayData |
Definition at line 4599 of file Excel5.php.
References $size, _GetInt2d(), and _readBIFF8Constant().
Referenced by _createFormulaFromTokens().
|
private |
Read BLANK record.
Definition at line 3063 of file Excel5.php.
References $row, _GetInt2d(), getReadFilter(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by load().
|
private |
Read BOOLERR record This record represents a Boolean value or error value cell.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 2924 of file Excel5.php.
References $row, _GetInt2d(), _mapErrorCode(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), PHPExcel_Cell_DataType\TYPE_BOOL, and PHPExcel_Cell_DataType\TYPE_ERROR.
Referenced by load().
|
private |
Read BOTTOMMARGIN record.
Definition at line 2269 of file Excel5.php.
References _extractNumber(), and _GetInt2d().
Referenced by load().
|
private |
Read byte string (16-bit string length) OpenOffice documentation: 2.5.2.
string | $subData |
Definition at line 4731 of file Excel5.php.
References _decodeCodepage(), and _GetInt2d().
Referenced by _readLabel(), and _readString().
|
private |
Read byte string (8-bit string length) OpenOffice documentation: 2.5.2.
string | $subData |
Definition at line 4710 of file Excel5.php.
References _decodeCodepage().
Referenced by _readFont(), _readFooter(), _readFormat(), _readHeader(), and _readSheet().
|
private |
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"
Definition at line 968 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read COLINFO record.
Definition at line 2404 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read color.
int | $color | Indexed color |
Definition at line 4982 of file Excel5.php.
References _mapBuiltInColor(), _mapColor(), and _mapColorBIFF5().
Referenced by load().
|
private |
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 a MSODRAWING record
Definition at line 3504 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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 stored in the Workbook Globals Substream.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1146 of file Excel5.php.
References _GetInt2d(), PHPExcel_Shared_Date\CALENDAR_MAC_1904, PHPExcel_Shared_Date\CALENDAR_WINDOWS_1900, and PHPExcel_Shared_Date\setExcelCalendar().
Referenced by load().
|
private |
Reads a general type of BIFF record.
Does nothing except for moving stream pointer forward to next record.
Definition at line 928 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read DEFAULTROWHEIGHT record.
Definition at line 2029 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read DEFCOLWIDTH record.
Definition at line 2386 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1759 of file Excel5.php.
References _getFormulaFromStructure(), _GetInt2d(), and _readUnicodeString().
Referenced by load().
|
private |
Read EXTERNALBOOK record.
Definition at line 1660 of file Excel5.php.
References _GetInt2d(), _readUnicodeStringLong(), and elseif().
Referenced by load().
|
private |
Read EXTERNSHEET record.
Definition at line 1723 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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 Documentation of the Microsoft Excel File Format"
Definition at line 948 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read a FONT record.
Definition at line 1164 of file Excel5.php.
References $size, _GetInt2d(), _readByteStringShort(), _readUnicodeStringShort(), PHPExcel_Style_Font\UNDERLINE_DOUBLE, PHPExcel_Style_Font\UNDERLINE_DOUBLEACCOUNTING, PHPExcel_Style_Font\UNDERLINE_SINGLE, and PHPExcel_Style_Font\UNDERLINE_SINGLEACCOUNTING.
Referenced by load().
|
private |
Read FOOTER record.
Definition at line 2154 of file Excel5.php.
References _GetInt2d(), _readByteStringShort(), and _readUnicodeStringLong().
Referenced by load().
|
private |
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 BIFF5 on the FORMAT record contains the index itself that will be used by other records.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1261 of file Excel5.php.
References _GetInt2d(), _readByteStringShort(), and _readUnicodeStringLong().
Referenced by load().
|
private |
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 File Format"
Definition at line 2735 of file Excel5.php.
References $row, _extractNumber(), _getFormulaFromStructure(), _GetInt2d(), _mapErrorCode(), _readSharedFmla(), _readString(), elseif(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_ERROR, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by load().
|
private |
Read HCENTER record.
Definition at line 2180 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read HEADER record.
Definition at line 2127 of file Excel5.php.
References _GetInt2d(), _readByteStringShort(), and _readUnicodeStringLong().
Referenced by load().
|
private |
Read HORIZONTALPAGEBREAKS record.
Definition at line 2072 of file Excel5.php.
References _GetInt2d(), and PHPExcel_Worksheet\BREAK_ROW.
Referenced by load().
|
private |
Read HYPERLINK record.
Definition at line 3240 of file Excel5.php.
References $desc, _encodeUTF16(), _GetInt2d(), _GetInt4d(), _readBIFF8CellRangeAddressFixed(), and PHPExcel_Cell\extractAllCellReferencesInRange().
Referenced by load().
|
private |
Read IMDATA record.
Definition at line 3422 of file Excel5.php.
References $filename, $x, $y, _GetInt2d(), _GetInt4d(), and _getSplicedRecordData().
|
private |
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.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 3022 of file Excel5.php.
References $row, _GetInt2d(), _readByteStringLong(), _readUnicodeStringLong(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by load().
|
private |
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 Format"
Definition at line 2569 of file Excel5.php.
References $row, _GetInt2d(), _GetInt4d(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by load().
|
private |
Read LEFTMARGIN record.
Definition at line 2218 of file Excel5.php.
References _extractNumber(), and _GetInt2d().
Referenced by load().
|
private |
MERGEDCELLS.
This record contains the addresses of merged cell ranges in the current sheet.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 3221 of file Excel5.php.
References _GetInt2d(), and _readBIFF8CellRangeAddressList().
Referenced by load().
|
private |
Read MSODRAWING record.
Definition at line 3094 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read MSODRAWINGGROUP record.
Definition at line 1808 of file Excel5.php.
References _GetInt2d(), and _getSplicedRecordData().
Referenced by load().
|
private |
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"
Definition at line 2981 of file Excel5.php.
References $row, _GetInt2d(), getReadFilter(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by load().
|
private |
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"
Definition at line 2642 of file Excel5.php.
References $columns, $row, _GetIEEE754(), _GetInt2d(), _GetInt4d(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_NUMERIC.
Referenced by load().
|
private |
Read NUMBER record This record represents a cell that contains a floating-point value.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 2695 of file Excel5.php.
References $row, _extractNumber(), _GetInt2d(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_NUMERIC.
Referenced by load().
|
private |
Read OBJ record.
Definition at line 3108 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read PAGESETUP record.
Definition at line 2286 of file Excel5.php.
References _extractNumber(), _GetInt2d(), PHPExcel_Worksheet_PageSetup\ORIENTATION_LANDSCAPE, and PHPExcel_Worksheet_PageSetup\ORIENTATION_PORTRAIT.
Referenced by load().
|
private |
Read PALETTE record.
Definition at line 1594 of file Excel5.php.
References _GetInt2d(), and _readRGB().
Referenced by load().
|
private |
Read PANE record.
Definition at line 3188 of file Excel5.php.
References _GetInt2d(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by load().
|
private |
PASSWORD - Sheet protection (hashed) password (BIFF2 through BIFF8)
Definition at line 2368 of file Excel5.php.
References $password, and _GetInt2d().
Referenced by load().
|
private |
Read PRINTGRIDLINES record.
Definition at line 2011 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
PROTECT - Sheet protection (BIFF2 through BIFF8) if this record is omitted, then it also means no sheet protection.
Definition at line 2345 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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.
Definition at line 3362 of file Excel5.php.
References _GetInt2d(), _GetInt4d(), and _readBIFF8CellRangeAddressFixed().
Referenced by load().
|
private |
Extract RGB color OpenOffice.org's Documentation of the Microsoft Excel File Format, section 2.5.4.
string | $rgb | Encoded RGB value (4 bytes) |
Definition at line 4686 of file Excel5.php.
Referenced by _readPalette().
|
private |
Read RIGHTMARGIN record.
Definition at line 2235 of file Excel5.php.
References _extractNumber(), and _GetInt2d().
Referenced by load().
|
private |
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 record INTEGER written in BIFF2.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 2526 of file Excel5.php.
References $row, _GetIEEE754(), _GetInt2d(), _GetInt4d(), getReadFilter(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_NUMERIC.
Referenced by load().
|
private |
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"
Definition at line 2461 of file Excel5.php.
References _GetInt2d(), and _GetInt4d().
Referenced by load().
|
private |
Read SCL record.
Definition at line 3167 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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.
Definition at line 2865 of file Excel5.php.
References _GetInt2d(), and _readBIFF5CellRangeAddressFixed().
Referenced by _readFormula(), and load().
|
private |
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 respective Sheet Substream within the Workbook Stream.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1626 of file Excel5.php.
References _GetInt2d(), _GetInt4d(), _readByteStringShort(), _readUnicodeStringShort(), and elseif().
Referenced by load().
|
private |
Read SHEETPR record.
Definition at line 2046 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Get a sheet range like Sheet1:Sheet3 from REF index Note: If there is only one sheet in the range, one gets e.g Sheet1 It can also happen that the REF structure uses the -1 (FFFF) code to indicate deleted sheets, in which case an exception is thrown.
int | $index |
Exception |
Definition at line 4544 of file Excel5.php.
References $type.
Referenced by _getNextToken().
|
private |
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.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1830 of file Excel5.php.
References _encodeUTF16(), _GetInt2d(), _GetInt4d(), _getSplicedRecordData(), and elseif().
Referenced by load().
|
private |
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.
Definition at line 2897 of file Excel5.php.
References _GetInt2d(), _readByteStringLong(), and _readUnicodeStringLong().
Referenced by _readFormula().
|
private |
Read STYLE record.
Definition at line 1554 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read TOPMARGIN record.
Definition at line 2252 of file Excel5.php.
References _extractNumber(), and _GetInt2d().
Referenced by load().
|
private |
Read Unicode string with no string length field, but with known character count this function is under construction, needs to support rich text, and Asian phonetic settings OpenOffice.org's Documentation of the Microsoft Excel File Format, section 2.5.3.
string | $subData | |
int | $characterCount |
Definition at line 4801 of file Excel5.php.
References _encodeUTF16().
Referenced by _readDefinedName(), _readUnicodeStringLong(), and _readUnicodeStringShort().
|
private |
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.
string | $subData |
Definition at line 4777 of file Excel5.php.
References _GetInt2d(), and _readUnicodeString().
Referenced by _readBIFF8Constant(), _readExternalBook(), _readFooter(), _readFormat(), _readHeader(), _readLabel(), and _readString().
|
private |
Extracts an Excel Unicode short string (8-bit string length) OpenOffice documentation: 2.5.3 function will automatically find out where the Unicode string ends.
string | $subData |
Definition at line 4754 of file Excel5.php.
References _readUnicodeString().
Referenced by _getNextToken(), _readFont(), and _readSheet().
|
private |
Read VCENTER record.
Definition at line 2199 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
Read VERTICALPAGEBREAKS record.
Definition at line 2100 of file Excel5.php.
References _GetInt2d(), and PHPExcel_Worksheet\BREAK_COLUMN.
Referenced by load().
|
private |
Read WINDOW2 record.
Definition at line 3136 of file Excel5.php.
References _GetInt2d().
Referenced by load().
|
private |
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 Excel files generated by MS Office Excel shows that XF records 0-14 are cell style XF and XF record 15 is a cell XF We only read the first cell style XF and skip the remaining cell style XF records We read all cell XF records.
– "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Definition at line 1298 of file Excel5.php.
References $_xfIndex, _GetInt2d(), _GetInt4d(), _mapBorderStyle(), _mapFillPattern(), PHPExcel_Style_NumberFormat\builtInFormatCode(), elseif(), PHPExcel_Style_Alignment\HORIZONTAL_CENTER, PHPExcel_Style_Alignment\HORIZONTAL_CENTER_CONTINUOUS, PHPExcel_Style_Alignment\HORIZONTAL_GENERAL, PHPExcel_Style_Alignment\HORIZONTAL_JUSTIFY, PHPExcel_Style_Alignment\HORIZONTAL_LEFT, PHPExcel_Style_Alignment\HORIZONTAL_RIGHT, PHPExcel_Style_Protection\PROTECTION_INHERIT, PHPExcel_Style_Protection\PROTECTION_PROTECTED, PHPExcel_Style_Protection\PROTECTION_UNPROTECTED, PHPExcel_Style_Alignment\VERTICAL_BOTTOM, PHPExcel_Style_Alignment\VERTICAL_CENTER, PHPExcel_Style_Alignment\VERTICAL_JUSTIFY, and PHPExcel_Style_Alignment\VERTICAL_TOP.
Referenced by load().
|
private |
Convert UTF-16 string in compressed notation to uncompressed form.
Only used for BIFF8.
string | $string |
Definition at line 4918 of file Excel5.php.
Referenced by _encodeUTF16().
|
private |
Convert UTF-8 string to string surounded by double quotes.
Used for explicit string tokens in formulas. Example: hello"world –> "hello""world"
string | $value | UTF-8 encoded string |
Definition at line 4834 of file Excel5.php.
Referenced by _getNextToken().
PHPExcel_Reader_Excel5::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 488 of file Excel5.php.
References $res.
PHPExcel_Reader_Excel5::getLoadSheetsOnly | ( | ) |
Get which sheets to load.
Definition at line 426 of file Excel5.php.
References $_loadSheetsOnly.
PHPExcel_Reader_Excel5::getReadDataOnly | ( | ) |
Read data only?
Definition at line 404 of file Excel5.php.
References $_readDataOnly.
PHPExcel_Reader_Excel5::getReadFilter | ( | ) |
Read filter.
Definition at line 460 of file Excel5.php.
References $_readFilter.
Referenced by _readBlank(), _readBoolErr(), _readFormula(), _readLabel(), _readLabelSst(), _readMulBlank(), _readMulRk(), _readNumber(), and _readRk().
PHPExcel_Reader_Excel5::load | ( | $pFilename | ) |
Loads PHPExcel from file.
string | $pFilename |
Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 514 of file Excel5.php.
References $_phpExcel, $_pos, $n, $reader, $res, _getFormulaFromStructure(), _GetInt2d(), _readBlank(), _readBoolErr(), _readBottomMargin(), _readCodepage(), _readColInfo(), _readColor(), _readContinue(), _readDateMode(), _readDefault(), _readDefaultRowHeight(), _readDefColWidth(), _readDefinedName(), _readExternalBook(), _readExternSheet(), _readFilepass(), _readFont(), _readFooter(), _readFormat(), _readFormula(), _readHcenter(), _readHeader(), _readHorizontalPageBreaks(), _readHyperLink(), _readLabel(), _readLabelSst(), _readLeftMargin(), _readMergedCells(), _readMsoDrawing(), _readMsoDrawingGroup(), _readMulBlank(), _readMulRk(), _readNumber(), _readObj(), _readPageSetup(), _readPalette(), _readPane(), _readPassword(), _readPrintGridlines(), _readProtect(), _readRangeProtection(), _readRightMargin(), _readRk(), _readRow(), _readScl(), _readSharedFmla(), _readSheet(), _readSheetPr(), _readSst(), _readStyle(), _readTopMargin(), _readVcenter(), _readVerticalPageBreaks(), _readWindow2(), _readXf(), PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE\BLIPTYPE_JPEG, PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE\BLIPTYPE_PNG, PHPExcel_Cell\coordinateFromString(), elseif(), PHPExcel_Shared_Excel5\getDistanceX(), PHPExcel_Shared_Excel5\getDistanceY(), PHPExcel_Worksheet_MemoryDrawing\MIMETYPE_JPEG, PHPExcel_Worksheet_MemoryDrawing\MIMETYPE_PNG, PHPExcel\removeSheetByIndex(), PHPExcel_Worksheet_MemoryDrawing\RENDERING_JPEG, PHPExcel_Worksheet_MemoryDrawing\RENDERING_PNG, PHPExcel_Shared_Excel5\sizeCol(), PHPExcel_Shared_Excel5\sizeRow(), and PHPExcel_Cell_DataType\TYPE_FORMULA.
PHPExcel_Reader_Excel5::setLoadAllSheets | ( | ) |
Set all sheets to load.
Definition at line 449 of file Excel5.php.
PHPExcel_Reader_Excel5::setLoadSheetsOnly | ( | $value = null | ) |
Set which sheets to load.
mixed | $value |
Definition at line 437 of file Excel5.php.
PHPExcel_Reader_Excel5::setReadDataOnly | ( | $pValue = false | ) |
Set read data only.
boolean | $pValue |
Definition at line 415 of file Excel5.php.
PHPExcel_Reader_Excel5::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 470 of file Excel5.php.
|
private |
Definition at line 270 of file Excel5.php.
|
private |
Definition at line 227 of file Excel5.php.
|
private |
Definition at line 234 of file Excel5.php.
|
private |
Definition at line 319 of file Excel5.php.
|
private |
Definition at line 361 of file Excel5.php.
|
private |
Definition at line 354 of file Excel5.php.
|
private |
Definition at line 305 of file Excel5.php.
|
private |
Definition at line 277 of file Excel5.php.
|
private |
Definition at line 333 of file Excel5.php.
|
private |
Definition at line 340 of file Excel5.php.
|
private |
Definition at line 206 of file Excel5.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 382 of file Excel5.php.
|
private |
Definition at line 375 of file Excel5.php.
|
private |
Definition at line 284 of file Excel5.php.
|
private |
Definition at line 347 of file Excel5.php.
|
private |
Definition at line 220 of file Excel5.php.
|
private |
Definition at line 291 of file Excel5.php.
|
private |
Definition at line 248 of file Excel5.php.
Referenced by load().
|
private |
Definition at line 255 of file Excel5.php.
|
private |
Definition at line 241 of file Excel5.php.
Referenced by load().
|
private |
Definition at line 199 of file Excel5.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 213 of file Excel5.php.
Referenced by getReadFilter().
|
private |
Definition at line 312 of file Excel5.php.
|
private |
Definition at line 397 of file Excel5.php.
|
private |
Definition at line 389 of file Excel5.php.
|
private |
Definition at line 298 of file Excel5.php.
|
private |
Definition at line 326 of file Excel5.php.
|
private |
Definition at line 262 of file Excel5.php.
|
private |
Definition at line 368 of file Excel5.php.
Referenced by _readXf().
const PHPExcel_Reader_Excel5::XLS_BIFF7 = 0x0500 |
Definition at line 124 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_BIFF8 = 0x0600 |
Definition at line 123 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_ARRAY = 0x0221 |
Definition at line 183 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_BLANK = 0x0201 |
Definition at line 176 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_BOF = 0x0809 |
Definition at line 190 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_BOOLERR = 0x0205 |
Definition at line 179 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_BOTTOMMARGIN = 0x0029 |
Definition at line 144 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_CODEPAGE = 0x0042 |
Definition at line 150 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_COLINFO = 0x007d |
Definition at line 153 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_CONTINUE = 0x003c |
Definition at line 148 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DATEMODE = 0x0022 |
Definition at line 140 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DBCELL = 0x00d7 |
Definition at line 164 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DEFAULTROWHEIGHT = 0x0225 |
Definition at line 184 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DEFCOLWIDTH = 0x0055 |
Definition at line 151 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DEFINEDNAME = 0x0018 |
Definition at line 136 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_DIMENSION = 0x0200 |
Definition at line 175 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_EOF = 0x000a |
Definition at line 130 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_EXTERNALBOOK = 0x01ae |
Definition at line 172 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_EXTERNSHEET = 0x0017 |
Definition at line 135 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_EXTSST = 0x00ff |
Definition at line 171 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_FILEPASS = 0x002f |
Definition at line 146 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_FONT = 0x0031 |
Definition at line 147 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_FOOTER = 0x0015 |
Definition at line 134 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_FORMAT = 0x041e |
Definition at line 188 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_FORMULA = 0x0006 |
Definition at line 129 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_HCENTER = 0x0083 |
Definition at line 156 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_HEADER = 0x0014 |
Definition at line 133 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_HORIZONTALPAGEBREAKS = 0x001b |
Definition at line 138 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_HYPERLINK = 0x01b8 |
Definition at line 174 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_IMDATA = 0x007f |
Definition at line 154 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_INDEX = 0x020b |
Definition at line 182 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_LABEL = 0x0204 |
Definition at line 178 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_LABELSST = 0x00fd |
Definition at line 170 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_LEFTMARGIN = 0x0026 |
Definition at line 141 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_MERGEDCELLS = 0x00e5 |
Definition at line 166 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_MSODRAWING = 0x00ec |
Definition at line 168 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_MSODRAWINGGROUP = 0x00eb |
Definition at line 167 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_MULBLANK = 0x00be |
Definition at line 163 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_MULRK = 0x00bd |
Definition at line 162 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_NOTE = 0x001c |
Definition at line 139 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_NUMBER = 0x0203 |
Definition at line 177 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_OBJ = 0x005d |
Definition at line 152 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PAGESETUP = 0x00a1 |
Definition at line 161 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PALETTE = 0x0092 |
Definition at line 159 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PANE = 0x0041 |
Definition at line 149 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PASSWORD = 0x0013 |
Definition at line 132 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PRINTGRIDLINES = 0x002b |
Definition at line 145 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_PROTECT = 0x0012 |
Definition at line 131 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_RANGEPROTECTION = 0x0868 |
Definition at line 191 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_RIGHTMARGIN = 0x0027 |
Definition at line 142 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_RK = 0x027e |
Definition at line 186 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_ROW = 0x0208 |
Definition at line 181 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_SCL = 0x00a0 |
Definition at line 160 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_SHAREDFMLA = 0x04bc |
Definition at line 189 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_SHEET = 0x0085 |
Definition at line 158 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_SHEETPR = 0x0081 |
Definition at line 155 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_SST = 0x00fc |
Definition at line 169 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_STRING = 0x0207 |
Definition at line 180 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_STYLE = 0x0293 |
Definition at line 187 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_TOPMARGIN = 0x0028 |
Definition at line 143 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_TXO = 0x01b6 |
Definition at line 173 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_UNKNOWN = 0xffff |
Definition at line 192 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_VCENTER = 0x0084 |
Definition at line 157 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_VERTICALPAGEBREAKS = 0x001a |
Definition at line 137 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_WINDOW2 = 0x023e |
Definition at line 185 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Type_XF = 0x00e0 |
Definition at line 165 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_WorkbookGlobals = 0x0005 |
Definition at line 125 of file Excel5.php.
const PHPExcel_Reader_Excel5::XLS_Worksheet = 0x0010 |
Definition at line 126 of file Excel5.php.