| category | 
PHPExcel | 
| package | 
PHPExcel_Reader | 
| copyright | 
Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) | 
 Methods
Create a new PHPExcel_Reader_HTML
__construct() 
 
Can the current PHPExcel_Reader_IReader read the file?
canRead(string $pFilename) : boolean
Inherited
| inherited_from | 
\PHPExcel_Reader_IReader::canRead() | 
Parameters
$pFilename
string
Exceptions
Returns
boolean
  
 
Read charts in workbook?
	If this is true, then the Reader will include any charts that exist in the workbook.
getIncludeCharts() : boolean
Inherited
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.
 
| inherited_from | 
\PHPExcel_Reader_Abstract::getIncludeCharts() | 
Returns
boolean
  
 
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() : mixed
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::getLoadSheetsOnly() | 
Returns
mixed
  
 
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() : boolean
Inherited
If false (the default) it will read data and formatting.
 
| inherited_from | 
\PHPExcel_Reader_Abstract::getReadDataOnly() | 
Returns
boolean
  
 
Get sheet index
getSheetIndex() : int
 
Loads PHPExcel from file
load(string $pFilename) : \PHPExcel
Parameters
$pFilename
string
Exceptions
Returns
  
 
Loads PHPExcel from file into PHPExcel instance
loadIntoExisting(string $pFilename, \PHPExcel $objPHPExcel) : \PHPExcel
Parameters
$pFilename
string
Exceptions
Returns
  
 
Set read charts in workbook
	Set to true, to advise the Reader to include any charts that exist in the workbook.
setIncludeCharts(boolean $pValue) : \PHPExcel_Reader_IReader
Inherited
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.
 
| inherited_from | 
\PHPExcel_Reader_Abstract::setIncludeCharts() | 
Parameters
$pValue
boolean
Returns
  
 
Set all sheets to load
	Tells the Reader to load all worksheets from the workbook.
setLoadAllSheets() : \PHPExcel_Reader_IReader
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::setLoadAllSheets() | 
Returns
  
 
Set which sheets to load
setLoadSheetsOnly(mixed $value) : \PHPExcel_Reader_IReader
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::setLoadSheetsOnly() | 
Parameters
$value
mixedThis 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
 
Returns
  
 
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(boolean $pValue) : \PHPExcel_Reader_IReader
Inherited
Set to false (the default) to advise the Reader to read both data and formatting for cells.
 
| inherited_from | 
\PHPExcel_Reader_Abstract::setReadDataOnly() | 
Parameters
$pValue
boolean
Returns
  
 
Set read filter
setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : \PHPExcel_Reader_IReader
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::setReadFilter() | 
Parameters
Returns
  
 
Open file for reading
_openFile(string $pFilename) : resource
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::_openFile() | 
Parameters
$pFilename
string
Exceptions
Returns
resource
  
 
_flushCell()
        
_flushCell($sheet, $column, $row, $cellContent) 
Parameters
$sheet
$column
$row
$cellContent
  
 
_getTableStartColumn()
        
_getTableStartColumn() 
 
_processDomElement()
        
_processDomElement(\DOMNode $element, $sheet, $row, $column, $cellContent) 
Parameters
$element
$sheet
$row
$column
$cellContent
  
 
_releaseTableStartColumn()
        
_releaseTableStartColumn() 
 
_setTableStartColumn()
        
_setTableStartColumn($column) 
 
 Properties
 
$_fileHandle 
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::$$_fileHandle | 
  
 
 
$_includeCharts : boolean
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::$$_includeCharts | 
  
 
 
$_loadSheetsOnly : array
Inherited
If null, then all worksheets will be loaded.
 
| inherited_from | 
\PHPExcel_Reader_Abstract::$$_loadSheetsOnly | 
  
 
 
$_readDataOnly : boolean
Inherited
| inherited_from | 
\PHPExcel_Reader_Abstract::$$_readDataOnly |