PHPExcel_Reader_Abstract
category | PHPExcel |
---|---|
package | PHPExcel_Reader |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
canRead(string $pFilename) : boolean
getIncludeCharts() : boolean
Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value. If false (the default) it will ignore any charts defined in the workbook file.
boolean
getLoadSheetsOnly() : mixed
mixed
getReadDataOnly() : boolean
If false (the default) it will read data and formatting.
boolean
load(string $pFilename)
inherited_from | \PHPExcel_Reader_IReader::load() |
---|
string
\PHPExcel_Reader_Exception |
---|
setIncludeCharts(boolean $pValue) : \PHPExcel_Reader_IReader
Note that a ReadDataOnly value of false overrides, and charts won't be read regardless of the IncludeCharts value. Set to false (the default) to discard charts.
boolean
setLoadAllSheets() : \PHPExcel_Reader_IReader
setLoadSheetsOnly(mixed $value) : \PHPExcel_Reader_IReader
mixed
This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name. If NULL, then it tells the Reader to read all worksheets in the workbook
setReadDataOnly(boolean $pValue) : \PHPExcel_Reader_IReader
Set to false (the default) to advise the Reader to read both data and formatting for cells.
boolean
_openFile(string $pFilename) : resource
$_fileHandle
$_includeCharts : boolean
$_loadSheetsOnly : array
If null, then all worksheets will be loaded.
$_readDataOnly : boolean
$_readFilter : \PHPExcel_Reader_IReadFilter