[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
PHPExcel_Reader_Abstract Copyright (c) 2006 - 2015 PHPExcel
Copyright: | Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 253 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
getReadDataOnly() X-Ref |
Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information. If false (the default) it will read data and formatting. return: boolean |
setReadDataOnly($pValue = false) X-Ref |
Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information. Set to false (the default) to advise the Reader to read both data and formatting for cells. param: boolean $pValue return: PHPExcel_Reader_IReader |
getIncludeCharts() X-Ref |
Read charts in workbook? If this is true, then the Reader will include any charts that exist in the workbook. 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. return: boolean |
setIncludeCharts($pValue = false) X-Ref |
Set read charts in workbook Set to true, to advise the Reader to include any charts that exist in the workbook. 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. param: boolean $pValue return: PHPExcel_Reader_IReader |
getLoadSheetsOnly() X-Ref |
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. return: mixed |
setLoadSheetsOnly($value = null) X-Ref |
Set which sheets to load param: mixed $value return: PHPExcel_Reader_IReader |
setLoadAllSheets() X-Ref |
Set all sheets to load Tells the Reader to load all worksheets from the workbook. return: PHPExcel_Reader_IReader |
getReadFilter() X-Ref |
Read filter return: PHPExcel_Reader_IReadFilter |
setReadFilter(PHPExcel_Reader_IReadFilter $pValue) X-Ref |
Set read filter param: PHPExcel_Reader_IReadFilter $pValue return: PHPExcel_Reader_IReader |
openFile($pFilename) X-Ref |
Open file for reading param: string $pFilename return: resource |
canRead($pFilename) X-Ref |
Can the current PHPExcel_Reader_IReader read the file? param: string $pFilename return: boolean |
securityScan($xml) X-Ref |
Scan theXML for use of <!ENTITY to prevent XXE/XEE attacks param: string $xml |
securityScanFile($filestream) X-Ref |
Scan theXML for use of <!ENTITY to prevent XXE/XEE attacks param: string $filestream |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |