PHPExcel_Reader_Gnumeric
category | PHPExcel |
---|---|
package | PHPExcel_Reader |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct()
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.
inherited_from | \PHPExcel_Reader_Abstract::getIncludeCharts() |
---|
boolean
getLoadSheetsOnly() : mixed
inherited_from | \PHPExcel_Reader_Abstract::getLoadSheetsOnly() |
---|
mixed
getReadDataOnly() : boolean
If false (the default) it will read data and formatting.
inherited_from | \PHPExcel_Reader_Abstract::getReadDataOnly() |
---|
boolean
listWorksheetInfo(string $pFilename)
listWorksheetNames(string $pFilename)
loadIntoExisting(string $pFilename, \PHPExcel $objPHPExcel) : \PHPExcel
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.
inherited_from | \PHPExcel_Reader_Abstract::setIncludeCharts() |
---|
boolean
setLoadAllSheets() : \PHPExcel_Reader_IReader
setLoadSheetsOnly(mixed $value) : \PHPExcel_Reader_IReader
inherited_from | \PHPExcel_Reader_Abstract::setLoadSheetsOnly() |
---|
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.
inherited_from | \PHPExcel_Reader_Abstract::setReadDataOnly() |
---|
boolean
setReadFilter(\PHPExcel_Reader_IReadFilter $pValue) : \PHPExcel_Reader_IReader
inherited_from | \PHPExcel_Reader_Abstract::setReadFilter() |
---|
\PHPExcel_Reader_IReadFilter
_openFile(string $pFilename) : resource
inherited_from | \PHPExcel_Reader_Abstract::_openFile() |
---|
string
\PHPExcel_Reader_Exception |
---|
resource
_gzfileGetContents($filename)
_parseBorderAttributes($borderAttributes)
_parseGnumericColour($gnmColour)
_parseRichText($is)
$_fileHandle
inherited_from | \PHPExcel_Reader_Abstract::$$_fileHandle |
---|
$_includeCharts : boolean
inherited_from | \PHPExcel_Reader_Abstract::$$_includeCharts |
---|
$_loadSheetsOnly : array
If null, then all worksheets will be loaded.
inherited_from | \PHPExcel_Reader_Abstract::$$_loadSheetsOnly |
---|
$_readDataOnly : boolean
inherited_from | \PHPExcel_Reader_Abstract::$$_readDataOnly |
---|
$_readFilter : \PHPExcel_Reader_IReadFilter
inherited_from | \PHPExcel_Reader_Abstract::$$_readFilter |
---|
$_expressions : array
$_referenceHelper
$_styles : array