$_codepage =
[line 270]
Codepage set in the Excel file being read.
Codepage set in the Excel file being read. Only important for BIFF5 (Excel 5.0 - Excel 95) For BIFF8 (Excel 97 - Excel 2003) this will always have the value 'UTF-16LE'
Tags:
$_data =
[line 227]
Stream data that is read.
Stream data that is read. Includes workbook globals substream as well as sheet substreams
Tags:
$_dataSize =
[line 234]
Size in bytes of $this->_data
Size in bytes of $this->_data
Tags:
$_definedname =
[line 319]
Defined names
Defined names
Tags:
$_drawingData =
[line 361]
The combined MSODRAWING data (per sheet)
The combined MSODRAWING data (per sheet)
Tags:
$_drawingGroupData =
[line 354]
The combined MSODRAWINGGROUP data
The combined MSODRAWINGGROUP data
Tags:
$_externalBooks =
[line 305]
External books
External books
Tags:
$_formats =
[line 277]
Shared formats
Shared formats
Tags:
$_frozen =
[line 333]
Panes are frozen? (in sheet currently being read).
Panes are frozen? (in sheet currently being read). See WINDOW2 record.
Tags:
$_isFitToPages =
[line 340]
Fit printout to number of pages? (in sheet currently being read).
Fit printout to number of pages? (in sheet currently being read). See SHEETPR record.
Tags:
$_loadSheetsOnly = null
[line 206]
Restict which sheets should be loaded?
Restict which sheets should be loaded?
Tags:
$_mapCellStyleXfIndex =
[line 382]
Mapping of XF index (that is a style XF) to final index in cellStyleXf collection
Mapping of XF index (that is a style XF) to final index in cellStyleXf collection
Tags:
$_mapCellXfIndex =
[line 375]
Mapping of XF index (that is a cell XF) to final index in cellXf collection
Mapping of XF index (that is a cell XF) to final index in cellXf collection
Tags:
$_objFonts =
[line 284]
Shared fonts
Shared fonts
Tags:
$_objs =
[line 347]
Objects.
Objects. One OBJ record contributes with one entry.
Tags:
$_ole =
[line 220]
OLE reader
OLE reader
Tags:
$_palette =
[line 291]
Color palette
Color palette
Tags:
$_phpExcel =
[line 248]
Workbook to be returned by the reader.
Workbook to be returned by the reader.
Tags:
$_phpSheet =
[line 255]
Worksheet that is currently being built by the reader.
Worksheet that is currently being built by the reader.
Tags:
$_pos =
[line 241]
Current position in stream
Current position in stream
Tags:
$_readDataOnly = false
[line 199]
Read data only?
Read data only?
Tags:
$_readFilter = null
[line 213]
PHPExcel_Reader_IReadFilter instance
PHPExcel_Reader_IReadFilter instance
Tags:
$_ref =
[line 312]
REF structures.
REF structures. Only applies to BIFF8.
Tags:
$_sharedFormulaParts =
[line 397]
The shared formula parts in a sheet. refers to a shared formula.
The shared formula parts in a sheet. One FORMULA record contributes with one value if it refers to a shared formula.
Tags:
$_sharedFormulas =
[line 389]
The shared formulas in a sheet.
The shared formulas in a sheet. One SHAREDFMLA record contributes with one value.
Tags:
$_sheets =
[line 298]
Worksheets
Worksheets
Tags:
$_sst =
[line 326]
Shared strings.
Shared strings. Only applies to BIFF8.
Tags:
$_version =
[line 262]
BIFF version
BIFF version
Tags:
$_xfIndex =
[line 368]
Keep track of XF index
Keep track of XF index
Tags:
method canRead [line 488]
boolean canRead(
$pFilename, string
$pFileName)
|
|
Can the current PHPExcel_Reader_IReader read the file?
Can the current PHPExcel_Reader_IReader read the file?
Tags:
Parameters:
method getLoadSheetsOnly [line 426]
mixed getLoadSheetsOnly(
)
|
|
Get which sheets to load
Get which sheets to load
Tags:
method getReadDataOnly [line 404]
boolean getReadDataOnly(
)
|
|
Read data only?
Read data only?
Tags:
method getReadFilter [line 460]
Read filter
Read filter
Tags:
method load [line 514]
void load(
string
$pFilename)
|
|
Loads PHPExcel from file
Loads PHPExcel from file
Tags:
Parameters:
method setLoadAllSheets [line 449]
Set all sheets to load
Set all sheets to load
Tags:
method setLoadSheetsOnly [line 437]
Set which sheets to load
Set which sheets to load
Tags:
Parameters:
method setReadDataOnly [line 415]
Set read data only
Set read data only
Tags:
Parameters:
method setReadFilter [line 470]
Set read filter
Set read filter
Tags:
Parameters:
constructor __construct [line 478]
PHPExcel_Reader_Excel5 __construct(
)
|
|
Create a new PHPExcel_Reader_Excel5 instance
Create a new PHPExcel_Reader_Excel5 instance
Tags:
method _createFormulaFromTokens [line 3650]
string _createFormulaFromTokens(
array
$tokens, array
$additionalData, string
$baseCell)
|
|
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 _decodeCodepage [line 4934]
string _decodeCodepage(
string
$string)
|
|
Convert string to UTF-8.
Convert string to UTF-8. Only used for BIFF5.
Tags:
Parameters:
method _encodeUTF16 [line 4901]
string _encodeUTF16(
string
$string, [bool
$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 4845]
float _extractNumber(
string
$data)
|
|
Reads first 8 bytes of a string and return IEEE 754 float
Reads first 8 bytes of a string and return IEEE 754 float
Tags:
Parameters:
method _getFormulaFromData [line 3624]
string _getFormulaFromData(
string
$formulaData, [string
$additionalData = ''], [string
$baseCell = 'A1'])
|
|
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 3585]
string _getFormulaFromStructure(
string
$formulaStructure, [string
$baseCell = 'A1'])
|
|
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 4868]
void _GetIEEE754(
$rknum)
|
|
Tags:
Parameters:
method _GetInt2d [line 4947]
int _GetInt2d(
string
$data, int
$pos)
|
|
Read 16-bit unsigned integer
Read 16-bit unsigned integer
Tags:
Parameters:
method _GetInt4d [line 4959]
int _GetInt4d(
string
$data, int
$pos)
|
|
Read 32-bit signed integer
Read 32-bit signed integer
Tags:
Parameters:
method _getNextToken [line 3798]
array _getNextToken(
string
$formulaData, [string
$baseCell = 'A1'])
|
|
Fetch next token from binary formula data
Fetch next token from binary formula data
Tags:
Parameters:
method _getSplicedRecordData [line 3545]
array _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 5011]
string _mapBorderStyle(
int
$index)
|
|
Map border style
Map border style OpenOffice documentation: 2.5.11
Tags:
Parameters:
method _mapBuiltInColor [line 5091]
array _mapBuiltInColor(
int
$color)
|
|
Map built-in color to RGB value
Map built-in color to RGB value
Tags:
Parameters:
method _mapColor [line 5183]
array _mapColor(
int
$subData)
|
|
Map color array from BIFF8 built-in color index
Map color array from BIFF8 built-in color index
Tags:
Parameters:
method _mapColorBIFF5 [line 5114]
array _mapColorBIFF5(
int
$subData)
|
|
Map color array from BIFF5 built-in color index
Map color array from BIFF5 built-in color index
Tags:
Parameters:
method _mapErrorCode [line 5071]
string _mapErrorCode(
int
$subData)
|
|
Map error code, e.
Map error code, e.g. '#N/A'
Tags:
Parameters:
method _mapFillPattern [line 5039]
string _mapFillPattern(
int
$index)
|
|
Get fill pattern from index
Get fill pattern from index OpenOffice documentation: 2.5.12
Tags:
Parameters:
method _readBIFF5CellRangeAddressFixed [line 4388]
string _readBIFF5CellRangeAddressFixed(
string
$subData)
|
|
Reads a cell range address in BIFF5 e.
Reads a cell range address in BIFF5 e.g. 'A2:B6' or 'A1' always fixed range section 2.5.14
Tags:
Parameters:
method _readBIFF8CellAddress [line 4314]
string _readBIFF8CellAddress(
string
$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 _readBIFF8CellAddressB [line 4345]
string _readBIFF8CellAddressB(
string
$cellAddressStructure, [string
$baseCell = 'A1'])
|
|
Reads a cell address in BIFF8 for shared formulas.
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
Tags:
Parameters:
method _readBIFF8CellRangeAddress [line 4463]
string _readBIFF8CellRangeAddress(
string
$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 4426]
string _readBIFF8CellRangeAddressFixed(
string
$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 4514]
array _readBIFF8CellRangeAddressList(
string
$subData)
|
|
Read BIFF8 cell range address list
Read BIFF8 cell range address list section 2.5.15
Tags:
Parameters:
method _readBIFF8Constant [line 4637]
array _readBIFF8Constant(
string
$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 4599]
array _readBIFF8ConstantArray(
string
$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 3063]
Read BLANK record
Read BLANK record
Tags:
method _readBoolErr [line 2924]
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 _readBottomMargin [line 2269]
void _readBottomMargin(
)
|
|
Read BOTTOMMARGIN record
Read BOTTOMMARGIN record
Tags:
method _readByteStringLong [line 4731]
array _readByteStringLong(
string
$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 4710]
array _readByteStringShort(
string
$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 968]
CODEPAGE
This record stores the text encoding used to write byte strings, stored as MS Windows code page identifier.
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"
Tags:
method _readColInfo [line 2404]
Read COLINFO record
Read COLINFO record
Tags:
method _readColor [line 4982]
array _readColor(
int
$color)
|
|
Read color
Read color
Tags:
Parameters:
method _readContinue [line 3504]
Read a free CONTINUE record. When MSODRAWING data on a sheet exceeds 8224 bytes, CONTINUE records are used instead.
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
Tags:
method _readDateMode [line 1146]
DATEMODE
This record specifies the base date for displaying date values. base date. Calculation Settings Block. stored in the Workbook Globals Substream.
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"
Tags:
method _readDefault [line 928]
Reads a general type of BIFF record.
Reads a general type of BIFF record. Does nothing except for moving stream pointer forward to next record.
Tags:
method _readDefaultRowHeight [line 2029]
void _readDefaultRowHeight(
)
|
|
Read DEFAULTROWHEIGHT record
Read DEFAULTROWHEIGHT record
Tags:
method _readDefColWidth [line 2386]
Read DEFCOLWIDTH record
Read DEFCOLWIDTH record
Tags:
method _readDefinedName [line 1759]
DEFINEDNAME
This record is part of a Link Table. and the token array of an internal defined name. arrays of defined names contain tokens with aberrant token classes.
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"
Tags:
method _readExternalBook [line 1660]
void _readExternalBook(
)
|
|
Read EXTERNALBOOK record
Read EXTERNALBOOK record
Tags:
method _readExternSheet [line 1723]
Read EXTERNSHEET record
Read EXTERNSHEET record
Tags:
method _readFilepass [line 948]
FILEPASS
This record is part of the File Protection Block. contains information about the read/write password of the file. encrypted.
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"
Tags:
method _readFont [line 1164]
Read a FONT record
Read a FONT record
Tags:
method _readFooter [line 2154]
Read FOOTER record
Read FOOTER record
Tags:
method _readFormat [line 1261]
FORMAT
This record contains information about a number format.
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"
Tags:
method _readFormula [line 2735]
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.
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"
Tags:
method _readHcenter [line 2180]
Read HCENTER record
Read HCENTER record
Tags:
method _readHeader [line 2127]
Read HEADER record
Read HEADER record
Tags:
method _readHorizontalPageBreaks [line 2072]
void _readHorizontalPageBreaks(
)
|
|
Read HORIZONTALPAGEBREAKS record
Read HORIZONTALPAGEBREAKS record
Tags:
method _readHyperLink [line 3240]
Read HYPERLINK record
Read HYPERLINK record
Tags:
method _readImData [line 3422]
Read IMDATA record
Read IMDATA record
Tags:
method _readLabel [line 3022]
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 2569]
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 _readLeftMargin [line 2218]
Read LEFTMARGIN record
Read LEFTMARGIN record
Tags:
method _readMergedCells [line 3221]
MERGEDCELLS
This record contains the addresses of merged cell ranges in the current sheet.
MERGEDCELLS
This record contains the addresses of merged cell ranges in the current sheet.
-- "OpenOffice.org's Documentation of the Microsoft Excel File Format"
Tags:
method _readMsoDrawing [line 3094]
Read MSODRAWING record
Read MSODRAWING record
Tags:
method _readMsoDrawingGroup [line 1808]
void _readMsoDrawingGroup(
)
|
|
Read MSODRAWINGGROUP record
Read MSODRAWINGGROUP record
Tags:
method _readMulBlank [line 2981]
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 2642]
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 2695]
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 _readObj [line 3108]
Read OBJ record
Read OBJ record
Tags:
method _readPageSetup [line 2286]
Read PAGESETUP record
Read PAGESETUP record
Tags:
method _readPalette [line 1594]
Read PALETTE record
Read PALETTE record
Tags:
method _readPane [line 3188]
Read PANE record
Read PANE record
Tags:
method _readPassword [line 2368]
PASSWORD - Sheet protection (hashed) password (BIFF2 through BIFF8)
PASSWORD - Sheet protection (hashed) password (BIFF2 through BIFF8)
Tags:
method _readPrintGridlines [line 2011]
void _readPrintGridlines(
)
|
|
Read PRINTGRIDLINES record
Read PRINTGRIDLINES record
Tags:
method _readProtect [line 2345]
PROTECT - Sheet protection (BIFF2 through BIFF8)
PROTECT - Sheet protection (BIFF2 through BIFF8) if this record is omitted, then it also means no sheet protection
Tags:
method _readRangeProtection [line 3362]
void _readRangeProtection(
)
|
|
Read RANGEPROTECTION record
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
Tags:
method _readRGB [line 4686]
array _readRGB(
string
$rgb)
|
|
Extract RGB color
Extract RGB color OpenOffice.org's Documentation of the Microsoft Excel File Format, section 2.5.4
Tags:
Parameters:
method _readRightMargin [line 2235]
Read RIGHTMARGIN record
Read RIGHTMARGIN record
Tags:
method _readRk [line 2526]
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 _readRow [line 2461]
ROW
This record contains the properties of a single row in a sheet. of 32 rows.
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"
Tags:
method _readScl [line 3167]
Read SCL record
Read SCL record
Tags:
method _readSharedFmla [line 2865]
Read a SHAREDFMLA record. which usually contains relative references.
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.
Tags:
method _readSheet [line 1626]
SHEET
This record is located in the Workbook Globals Substream and represents a sheet inside the workbook.
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"
Tags:
method _readSheetPr [line 2046]
Read SHEETPR record
Read SHEETPR record
Tags:
method _readSheetRangeByRefIndex [line 4544]
string|false _readSheetRangeByRefIndex(
int
$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 It can also happen that the REF structure uses the -1 (FFFF) code to indicate deleted sheets, in which case an exception is thrown
Tags:
Parameters:
method _readSst [line 1830]
SST - Shared String Table
This record contains a list of all strings used anywhere in the workbook. workbook uses indexes into the list to reference the strings.
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"
Tags:
method _readString [line 2897]
Read a STRING record from current stream position and advance the stream pointer to next record
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
Tags:
method _readStyle [line 1554]
Read STYLE record
Read STYLE record
Tags:
method _readTopMargin [line 2252]
Read TOPMARGIN record
Read TOPMARGIN record
Tags:
method _readUnicodeString [line 4801]
array _readUnicodeString(
string
$subData, int
$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 4777]
array _readUnicodeStringLong(
string
$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 4754]
array _readUnicodeStringShort(
string
$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 2199]
Read VCENTER record
Read VCENTER record
Tags:
method _readVerticalPageBreaks [line 2100]
void _readVerticalPageBreaks(
)
|
|
Read VERTICALPAGEBREAKS record
Read VERTICALPAGEBREAKS record
Tags:
method _readWindow2 [line 3136]
Read WINDOW2 record
Read WINDOW2 record
Tags:
method _readXf [line 1298]
XF - Extended Format
This record contains formatting information for cells, rows, columns or styles.
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"
Tags:
method _uncompressByteString [line 4918]
string _uncompressByteString(
string
$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 4834]
string _UTF8toExcelDoubleQuoted(
string
$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: