method getLoadSheetsOnly [line 311]
mixed getLoadSheetsOnly(
)
|
|
Get which sheets to load
Get which sheets to load
Tags:
method getReadDataOnly [line 291]
boolean getReadDataOnly(
)
|
|
Read data only?
Read data only?
Tags:
method getReadFilter [line 340]
Read filter
Read filter
Tags:
method load [line 366]
void load(
string
$pFilename)
|
|
Loads PHPExcel from file
Loads PHPExcel from file
Tags:
Implementation of:
- PHPExcel_Reader_IReader::load()
- Loads PHPExcel from file
Parameters:
method setLoadAllSheets [line 330]
Set all sheets to load
Set all sheets to load
Tags:
method setLoadSheetsOnly [line 321]
void setLoadSheetsOnly(
[mixed
$value = null])
|
|
Set which sheets to load
Set which sheets to load
Tags:
Parameters:
method setReadDataOnly [line 301]
void setReadDataOnly(
[boolean
$pValue = false])
|
|
Set read data only
Set read data only
Tags:
Parameters:
method setReadFilter [line 349]
Set read filter
Set read filter
Tags:
Parameters:
constructor __construct [line 356]
PHPExcel_Reader_Excel5 __construct(
)
|
|
Create a new PHPExcel_Reader_Excel5 instance
Create a new PHPExcel_Reader_Excel5 instance
Tags:
method _createFormulaFromTokens [line 2701]
string _createFormulaFromTokens(
array
$tokens, array
$additionalData)
|
|
Take array of tokens together with additional data for formula and return human readable formula
Take array of tokens together with additional data for formula and return human readable formula
Tags:
Parameters:
method _createNumber [line 3689]
void _createNumber(
$spos)
|
|
Reads 8 bytes and returns IEEE 754 float
Reads 8 bytes and returns IEEE 754 float
Tags:
Parameters:
method _decodeCodepage [line 3806]
string _decodeCodepage(
$string)
|
|
Convert string to UTF-8.
Convert string to UTF-8. Only used for BIFF5.
Tags:
Parameters:
method _dump [line 4003]
Dump a byte sequence, only used for debugging
Dump a byte sequence, only used for debugging
Tags:
Parameters:
method _encodeUTF16 [line 3769]
string _encodeUTF16(
$string, [
$compressed = ''])
|
|
Get UTF-8 string from (compressed or uncompressed) UTF-16 string
Get UTF-8 string from (compressed or uncompressed) UTF-16 string
Tags:
Parameters:
method _extractNumber [line 3715]
void _extractNumber(
$subData)
|
|
Same as _createNumber, but not hardcoded to read from $this->_data
Same as _createNumber, but not hardcoded to read from $this->_data
Tags:
Parameters:
method _getFormulaFromData [line 2676]
string _getFormulaFromData(
string
$formulaData, [string
$additionalData = ''])
|
|
Take formula data and additional data for formula and return human readable formula
Take formula data and additional data for formula and return human readable formula
Tags:
Parameters:
method _getFormulaFromStructure [line 2638]
string _getFormulaFromStructure(
string
$formulaStructure)
|
|
Convert formula structure into human readable Excel formula like 'A3+A5*5'
Convert formula structure into human readable Excel formula like 'A3+A5*5'
Tags:
Parameters:
method _GetIEEE754 [line 3738]
void _GetIEEE754(
$rknum)
|
|
Tags:
Parameters:
method _GetInt2d [line 3827]
int _GetInt2d(
$data,
$pos)
|
|
Read 16-bit unsigned integer
Read 16-bit unsigned integer
Tags:
Parameters:
method _GetInt4d [line 3837]
int _GetInt4d(
$data,
$pos)
|
|
Read 32-bit signed integer
Read 32-bit signed integer
Tags:
Parameters:
method _getNextToken [line 2841]
void _getNextToken(
string
$formulaData)
|
|
Fetch next token from binary formula data
Fetch next token from binary formula data
Tags:
Parameters:
method _getSplicedRecordData [line 2612]
string _getSplicedRecordData(
)
|
|
Reads a record from current position in data stream and continues reading data as long as CONTINUE records are found. is in one piece.
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
Tags:
method _mapBorderStyle [line 3860]
string _mapBorderStyle(
$index)
|
|
Map border style
Map border style OpenOffice documentation: 2.5.11
Tags:
Parameters:
method _mapColor [line 3937]
array _mapColor(
$subData)
|
|
Map color array from BIFF8 built-in color index
Map color array from BIFF8 built-in color index
Tags:
Parameters:
method _mapErrorCode [line 3918]
string _mapErrorCode(
$subData)
|
|
Map error code, e.
Map error code, e.g. '#N/A'
Tags:
Parameters:
method _mapFillPattern [line 3887]
string _mapFillPattern(
$index)
|
|
Get fill pattern from index
Get fill pattern from index OpenOffice documentation: 2.5.12
Tags:
Parameters:
method _readBIFF8CellAddress [line 3340]
void _readBIFF8CellAddress(
$cellAddressStructure)
|
|
Reads a cell address in BIFF8 e.
Reads a cell address in BIFF8 e.g. 'A2' or '$A$2' section 3.3.4
Tags:
Parameters:
method _readBIFF8CellRangeAddress [line 3390]
void _readBIFF8CellRangeAddress(
$subData)
|
|
Reads a cell range address in BIFF8 e.
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
Tags:
Parameters:
method _readBIFF8CellRangeAddressFixed [line 3365]
void _readBIFF8CellRangeAddressFixed(
$subData)
|
|
Reads a cell range address in BIFF8 e.
Reads a cell range address in BIFF8 e.g. 'A2:B6' or 'A1' always fixed range section 2.5.14
Tags:
Parameters:
method _readBIFF8CellRangeAddressList [line 3429]
void _readBIFF8CellRangeAddressList(
$subData)
|
|
Read BIFF8 cell range address list
Read BIFF8 cell range address list section 2.5.15
Tags:
Parameters:
method _readBIFF8Constant [line 3522]
void _readBIFF8Constant(
$valueData)
|
|
read BIFF8 constant value which may be 'Empty Value', 'Number', 'String Value', 'Boolean Value', 'Error Value'
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)
Tags:
Parameters:
method _readBIFF8ConstantArray [line 3489]
void _readBIFF8ConstantArray(
$arrayData)
|
|
read BIFF8 constant value array from array data
read BIFF8 constant value array from array data returns e.g. array('value' => '{1,2;3,4}', 'size' => 40} section 2.5.8
Tags:
Parameters:
method _readBlank [line 2501]
Read BLANK record
Read BLANK record
Tags:
method _readBoolErr [line 2355]
Read BOOLERR record This record represents a Boolean value or error value cell.
Read BOOLERR record This record represents a Boolean value or error value cell.
-- "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Tags:
method _readByteStringLong [line 3588]
array _readByteStringLong(
$subData)
|
|
Read byte string (16-bit string length)
Read byte string (16-bit string length) OpenOffice documentation: 2.5.2
Tags:
Parameters:
method _readByteStringShort [line 3569]
array _readByteStringShort(
$subData)
|
|
Read byte string (8-bit string length)
Read byte string (8-bit string length) OpenOffice documentation: 2.5.2
Tags:
Parameters:
method _readCodepage [line 1544]
Read CODEPAGE record
Read CODEPAGE record
Tags:
method _readFont [line 1676]
Read a FONT record
Read a FONT record
Tags:
method _readFormat [line 1745]
Read a FORMAT record
Read a FORMAT record
Tags:
method _readFormula [line 2258]
Read FORMULA record This record contains the token array and the result of a formula cell.
Read FORMULA record This record contains the token array and the result of a formula cell.
-- "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Tags:
method _readHcenter [line 1985]
Read HCENTER record
Read HCENTER record
Tags:
method _readHorizontalPageBreaks [line 1935]
void _readHorizontalPageBreaks(
)
|
|
Read HORIZONTALPAGEBREAKS record
Read HORIZONTALPAGEBREAKS record
Tags:
method _readImData [line 2533]
Read IMDATA record
Read IMDATA record
Tags:
method _readLabel [line 2458]
Read LABEL record This record represents a cell that contains a string. BIFF8 it is usually replaced by the LABELSST record.
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"
Tags:
method _readLabelSst [line 2082]
Read LABELSST record This record represents a cell that contains a string. replaces the LABEL record and RSTRING record used in BIFF2-BIFF5.
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"
Tags:
method _readMulBlank [line 2415]
Read MULBLANK record
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"
Tags:
method _readMulRk [line 2157]
Read MULRK record This record represents a cell range containing RK value cells.
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"
Tags:
method _readNumber [line 2213]
Read NUMBER record This record represents a cell that contains a floating-point value.
Read NUMBER record This record represents a cell that contains a floating-point value.
-- "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Tags:
method _readRk [line 2033]
Read RK record This record represents a cell that contains an RK value (encoded integer or floating-point value). floating-point value cannot be encoded to an RK value, a NUMBER record will be written. record INTEGER written in BIFF2.
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"
Tags:
method _readSheetRangeByRefIndex [line 3453]
void _readSheetRangeByRefIndex(
$index)
|
|
Get a sheet range like Sheet1:Sheet3 from REF 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
Tags:
Parameters:
method _readUnicodeString [line 3649]
array _readUnicodeString(
$subData,
$characterCount)
|
|
Read Unicode string with no string length field, but with known character count
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
Tags:
Parameters:
method _readUnicodeStringLong [line 3627]
void _readUnicodeStringLong(
$subData)
|
|
Extracts an Excel Unicode long string (16-bit string length)
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
Tags:
Parameters:
method _readUnicodeStringShort [line 3607]
void _readUnicodeStringShort(
$subData)
|
|
Extracts an Excel Unicode short string (8-bit string length) OpenOffice documentation: 2. function will automatically find out where the Unicode string ends.
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.
Tags:
Parameters:
method _readVcenter [line 2005]
Read VCENTER record
Read VCENTER record
Tags:
method _readVerticalPageBreaks [line 1960]
void _readVerticalPageBreaks(
)
|
|
Read VERTICALPAGEBREAKS record
Read VERTICALPAGEBREAKS record
Tags:
method _readXf [line 1769]
Read an XF record
Read an XF record
Tags:
method _uncompressByteString [line 3791]
string _uncompressByteString(
$string)
|
|
Convert UTF-16 string in compressed notation to uncompressed form.
Convert UTF-16 string in compressed notation to uncompressed form. Only used for BIFF8.
Tags:
Parameters:
method _UTF8toExcelDoubleQuoted [line 3681]
string _UTF8toExcelDoubleQuoted(
$value
$value)
|
|
Convert UTF-8 string to string surounded by double quotes.
Convert UTF-8 string to string surounded by double quotes. Used for explicit string tokens in formulas. Example: hello"world --> "hello""world"
Tags:
Parameters: