19 public function canRead($pFilename);
132 public function load($pFilename);
setLoadSheetsOnly($value)
Set which sheets to load.
getReadFilter()
Read filter.
setReadEmptyCells($pValue)
Set read empty cells Set to true (the default) to advise the Reader read data values for all cells...
setIncludeCharts($pValue)
Set read charts in workbook Set to true, to advise the Reader to include any charts that exist in the...
setLoadAllSheets()
Set all sheets to load Tells the Reader to load all worksheets from the workbook. ...
setReadDataOnly($pValue)
Set read data only Set to true, to advise the Reader only to read data values for cells...
getIncludeCharts()
Read charts in workbook? If this is true, then the Reader will include any charts that exist in the w...
getLoadSheetsOnly()
Get which sheets to load Returns either an array of worksheet names (the list of worksheets that shou...
__construct()
IReader constructor.
load($pFilename)
Loads PhpSpreadsheet from file.
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.
getReadEmptyCells()
Read empty cells? If this is true (the default), then the Reader will read data values for all cells...
canRead($pFilename)
Can the current IReader read the file?
setReadFilter(IReadFilter $pValue)
Set read filter.