PHPExcel_Reader
[ class tree: PHPExcel_Reader ] [ index: PHPExcel_Reader ] [ all elements ]

Element index for package PHPExcel_Reader

[ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ o ] [ p ] [ r ] [ s ] [ _ ]

_

_getFromZipArchive
in file Excel2007.php, method PHPExcel_Reader_Excel2007::_getFromZipArchive()
__construct
in file OOCalc.php, method PHPExcel_Reader_OOCalc::__construct()
    Create a new PHPExcel_Reader_OOCalc
__construct
in file SYLK.php, method PHPExcel_Reader_SYLK::__construct()
    Create a new PHPExcel_Reader_SYLK
__construct
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::__construct()
    Create a new PHPExcel_Reader_Gnumeric
__construct
in file CSV.php, method PHPExcel_Reader_CSV::__construct()
    Create a new PHPExcel_Reader_CSV
__construct
in file Excel2007.php, method PHPExcel_Reader_Excel2007::__construct()
    Create a new PHPExcel_Reader_Excel2007 instance
__construct
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::__construct()
    Create a new PHPExcel_Reader_Excel2003XML
top

c

canRead
in file IReader.php, method PHPExcel_Reader_IReader::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file OOCalc.php, method PHPExcel_Reader_OOCalc::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file SYLK.php, method PHPExcel_Reader_SYLK::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file Excel2007.php, method PHPExcel_Reader_Excel2007::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file CSV.php, method PHPExcel_Reader_CSV::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
canRead
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::canRead()
    Can the current PHPExcel_Reader_IReader read the file?
CSV.php
procedural page CSV.php
top

d

DefaultReadFilter.php
procedural page DefaultReadFilter.php
top

e

Excel2003XML.php
procedural page Excel2003XML.php
Excel2007.php
procedural page Excel2007.php
top

g

getContiguous
in file CSV.php, method PHPExcel_Reader_CSV::getContiguous()
    Get Contiguous
getDelimiter
in file CSV.php, method PHPExcel_Reader_CSV::getDelimiter()
    Get delimiter
getEnclosure
in file CSV.php, method PHPExcel_Reader_CSV::getEnclosure()
    Get enclosure
getInputEncoding
in file SYLK.php, method PHPExcel_Reader_SYLK::getInputEncoding()
    Get input encoding
getInputEncoding
in file CSV.php, method PHPExcel_Reader_CSV::getInputEncoding()
    Get input encoding
getLineEnding
in file CSV.php, method PHPExcel_Reader_CSV::getLineEnding()
    Get line ending
getLoadSheetsOnly
in file Excel2007.php, method PHPExcel_Reader_Excel2007::getLoadSheetsOnly()
    Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded.
getLoadSheetsOnly
in file OOCalc.php, method PHPExcel_Reader_OOCalc::getLoadSheetsOnly()
    Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded.
getLoadSheetsOnly
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::getLoadSheetsOnly()
    Get which sheets to load
getLoadSheetsOnly
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::getLoadSheetsOnly()
    Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded.
getReadDataOnly
in file OOCalc.php, method PHPExcel_Reader_OOCalc::getReadDataOnly()
    Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information.
getReadDataOnly
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::getReadDataOnly()
    Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information.
getReadDataOnly
in file Excel2007.php, method PHPExcel_Reader_Excel2007::getReadDataOnly()
    Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information.
getReadDataOnly
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::getReadDataOnly()
    Read data only?
getReadFilter
in file Excel2007.php, method PHPExcel_Reader_Excel2007::getReadFilter()
    Read filter
getReadFilter
in file OOCalc.php, method PHPExcel_Reader_OOCalc::getReadFilter()
    Read filter
getReadFilter
in file SYLK.php, method PHPExcel_Reader_SYLK::getReadFilter()
    Read filter
getReadFilter
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::getReadFilter()
    Read filter
getReadFilter
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::getReadFilter()
    Read filter
getReadFilter
in file CSV.php, method PHPExcel_Reader_CSV::getReadFilter()
    Read filter
getSheetIndex
in file SYLK.php, method PHPExcel_Reader_SYLK::getSheetIndex()
    Get sheet index
getSheetIndex
in file CSV.php, method PHPExcel_Reader_CSV::getSheetIndex()
    Get sheet index
Gnumeric.php
procedural page Gnumeric.php
top

i

IReader.php
procedural page IReader.php
IReadFilter.php
procedural page IReadFilter.php
top

l

listWorksheetNames
in file OOCalc.php, method PHPExcel_Reader_OOCalc::listWorksheetNames()
    Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object
listWorksheetNames
in file Excel2007.php, method PHPExcel_Reader_Excel2007::listWorksheetNames()
    Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object
listWorksheetNames
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::listWorksheetNames()
    Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object
listWorksheetNames
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::listWorksheetNames()
    Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object
load
in file IReader.php, method PHPExcel_Reader_IReader::load()
    Loads PHPExcel from file
load
in file SYLK.php, method PHPExcel_Reader_SYLK::load()
    Loads PHPExcel from file
load
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::load()
    Loads PHPExcel from file
load
in file OOCalc.php, method PHPExcel_Reader_OOCalc::load()
    Loads PHPExcel from file
load
in file CSV.php, method PHPExcel_Reader_CSV::load()
    Loads PHPExcel from file
load
in file Excel2007.php, method PHPExcel_Reader_Excel2007::load()
    Loads PHPExcel from file
load
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::load()
    Loads PHPExcel from file
loadIntoExisting
in file SYLK.php, method PHPExcel_Reader_SYLK::loadIntoExisting()
    Loads PHPExcel from file into PHPExcel instance
loadIntoExisting
in file OOCalc.php, method PHPExcel_Reader_OOCalc::loadIntoExisting()
    Loads PHPExcel from file into PHPExcel instance
loadIntoExisting
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::loadIntoExisting()
    Loads PHPExcel from file into PHPExcel instance
loadIntoExisting
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::loadIntoExisting()
    Loads PHPExcel from file into PHPExcel instance
loadIntoExisting
in file CSV.php, method PHPExcel_Reader_CSV::loadIntoExisting()
    Loads PHPExcel from file into PHPExcel instance
top

o

OOCalc.php
procedural page OOCalc.php
top

p

PHPExcel_Reader_CSV
in file CSV.php, class PHPExcel_Reader_CSV
    PHPExcel_Reader_CSV
PHPExcel_Reader_DefaultReadFilter
in file DefaultReadFilter.php, class PHPExcel_Reader_DefaultReadFilter
    PHPExcel_Reader_DefaultReadFilter
PHPExcel_Reader_Excel2003XML
in file Excel2003XML.php, class PHPExcel_Reader_Excel2003XML
    PHPExcel_Reader_Excel2003XML
PHPExcel_Reader_Excel2007
in file Excel2007.php, class PHPExcel_Reader_Excel2007
    PHPExcel_Reader_Excel2007
PHPExcel_Reader_Gnumeric
in file Gnumeric.php, class PHPExcel_Reader_Gnumeric
    PHPExcel_Reader_Gnumeric
PHPExcel_Reader_IReader
in file IReader.php, class PHPExcel_Reader_IReader
    PHPExcel_Reader_IReader
PHPExcel_Reader_IReadFilter
in file IReadFilter.php, class PHPExcel_Reader_IReadFilter
    PHPExcel_Reader_IReadFilter
PHPExcel_Reader_OOCalc
in file OOCalc.php, class PHPExcel_Reader_OOCalc
    PHPExcel_Reader_OOCalc
PHPExcel_Reader_SYLK
in file SYLK.php, class PHPExcel_Reader_SYLK
    PHPExcel_Reader_SYLK
top

r

readCell
in file IReadFilter.php, method PHPExcel_Reader_IReadFilter::readCell()
    Should this cell be read?
readCell
in file DefaultReadFilter.php, method PHPExcel_Reader_DefaultReadFilter::readCell()
    Should this cell be read?
top

s

SYLK.php
procedural page SYLK.php
setContiguous
in file CSV.php, method PHPExcel_Reader_CSV::setContiguous()
    Set Contiguous
setDelimiter
in file CSV.php, method PHPExcel_Reader_CSV::setDelimiter()
    Set delimiter
setEnclosure
in file CSV.php, method PHPExcel_Reader_CSV::setEnclosure()
    Set enclosure
setInputEncoding
in file SYLK.php, method PHPExcel_Reader_SYLK::setInputEncoding()
    Set input encoding
setInputEncoding
in file CSV.php, method PHPExcel_Reader_CSV::setInputEncoding()
    Set input encoding
setLineEnding
in file CSV.php, method PHPExcel_Reader_CSV::setLineEnding()
    Set line ending
setLoadAllSheets
in file OOCalc.php, method PHPExcel_Reader_OOCalc::setLoadAllSheets()
    Set all sheets to load Tells the Reader to load all worksheets from the workbook.
setLoadAllSheets
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::setLoadAllSheets()
    Set all sheets to load Tells the Reader to load all worksheets from the workbook.
setLoadAllSheets
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::setLoadAllSheets()
    Set all sheets to load
setLoadAllSheets
in file Excel2007.php, method PHPExcel_Reader_Excel2007::setLoadAllSheets()
    Set all sheets to load Tells the Reader to load all worksheets from the workbook.
setLoadSheetsOnly
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::setLoadSheetsOnly()
    Set which sheets to load
setLoadSheetsOnly
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::setLoadSheetsOnly()
    Set which sheets to load
setLoadSheetsOnly
in file Excel2007.php, method PHPExcel_Reader_Excel2007::setLoadSheetsOnly()
    Set which sheets to load
setLoadSheetsOnly
in file OOCalc.php, method PHPExcel_Reader_OOCalc::setLoadSheetsOnly()
    Set which sheets to load
setReadDataOnly
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::setReadDataOnly()
    Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.
setReadDataOnly
in file OOCalc.php, method PHPExcel_Reader_OOCalc::setReadDataOnly()
    Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.
setReadDataOnly
in file Excel2007.php, method PHPExcel_Reader_Excel2007::setReadDataOnly()
    Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.
setReadDataOnly
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::setReadDataOnly()
    Set read data only
setReadFilter
in file CSV.php, method PHPExcel_Reader_CSV::setReadFilter()
    Set read filter
setReadFilter
in file SYLK.php, method PHPExcel_Reader_SYLK::setReadFilter()
    Set read filter
setReadFilter
in file Gnumeric.php, method PHPExcel_Reader_Gnumeric::setReadFilter()
    Set read filter
setReadFilter
in file OOCalc.php, method PHPExcel_Reader_OOCalc::setReadFilter()
    Set read filter
setReadFilter
in file Excel2007.php, method PHPExcel_Reader_Excel2007::setReadFilter()
    Set read filter
setReadFilter
in file Excel2003XML.php, method PHPExcel_Reader_Excel2003XML::setReadFilter()
    Set read filter
setSheetIndex
in file SYLK.php, method PHPExcel_Reader_SYLK::setSheetIndex()
    Set sheet index
setSheetIndex
in file CSV.php, method PHPExcel_Reader_CSV::setSheetIndex()
    Set sheet index
top

Documentation generated on Sun, 27 Feb 2011 16:26:38 -0800 by phpDocumentor 1.4.3