ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
IReader constructor. More... | |
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. More... | |
setReadDataOnly ($pValue) | |
Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information. More... | |
getReadEmptyCells () | |
Read empty cells? If this is true (the default), then the Reader will read data values for all cells, irrespective of value. More... | |
setReadEmptyCells ($pValue) | |
Set read empty cells Set to true (the default) to advise the Reader read data values for all cells, irrespective of value. More... | |
getIncludeCharts () | |
Read charts in workbook? If this is true, then the Reader will include any charts that exist in the workbook. More... | |
setIncludeCharts ($pValue) | |
Set read charts in workbook Set to true, to advise the Reader to include any charts that exist in the workbook. More... | |
getLoadSheetsOnly () | |
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. More... | |
setLoadSheetsOnly ($value) | |
Set which sheets to load. More... | |
setLoadAllSheets () | |
Set all sheets to load Tells the Reader to load all worksheets from the workbook. More... | |
getReadFilter () | |
Read filter. More... | |
setReadFilter (IReadFilter $pValue) | |
Set read filter. More... | |
getSecurityScanner () | |
Public Member Functions inherited from PhpOffice\PhpSpreadsheet\Reader\IReader | |
canRead ($pFilename) | |
Can the current IReader read the file? More... | |
load ($pFilename) | |
Loads PhpSpreadsheet from file. More... | |
Protected Member Functions | |
openFile ($pFilename) | |
Open file for reading. More... | |
Protected Attributes | |
$readDataOnly = false | |
$readEmptyCells = true | |
$includeCharts = false | |
$loadSheetsOnly | |
$readFilter | |
$fileHandle | |
$securityScanner | |
Definition at line 9 of file BaseReader.php.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::__construct | ( | ) |
IReader constructor.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 59 of file BaseReader.php.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::getIncludeCharts | ( | ) |
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.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 88 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$includeCharts.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::getLoadSheetsOnly | ( | ) |
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.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 100 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$loadSheetsOnly.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::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.
If false (the default) it will read data and formatting.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 64 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$readDataOnly.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\getFromZipArchive().
PhpOffice\PhpSpreadsheet\Reader\BaseReader::getReadEmptyCells | ( | ) |
Read empty cells? If this is true (the default), then the Reader will read data values for all cells, irrespective of value.
If false it will not read data for cells containing a null value or an empty string.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 76 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$readEmptyCells.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::getReadFilter | ( | ) |
Read filter.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 123 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$readFilter.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\getFromZipArchive(), PhpOffice\PhpSpreadsheet\Reader\Xls\includeCellRangeFiltered(), PhpOffice\PhpSpreadsheet\Reader\Ods\load(), PhpOffice\PhpSpreadsheet\Reader\Xml\load(), PhpOffice\PhpSpreadsheet\Reader\Xls\load(), PhpOffice\PhpSpreadsheet\Reader\Gnumeric\loadIntoExisting(), PhpOffice\PhpSpreadsheet\Reader\Xls\readBlank(), PhpOffice\PhpSpreadsheet\Reader\Xls\readBoolErr(), PhpOffice\PhpSpreadsheet\Reader\Xls\readFormula(), PhpOffice\PhpSpreadsheet\Reader\Xls\readLabel(), PhpOffice\PhpSpreadsheet\Reader\Xls\readLabelSst(), PhpOffice\PhpSpreadsheet\Reader\Xls\readMulBlank(), PhpOffice\PhpSpreadsheet\Reader\Xls\readMulRk(), PhpOffice\PhpSpreadsheet\Reader\Xls\readNumber(), and PhpOffice\PhpSpreadsheet\Reader\Xls\readRk().
PhpOffice\PhpSpreadsheet\Reader\BaseReader::getSecurityScanner | ( | ) |
Definition at line 135 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$securityScanner.
|
protected |
Open file for reading.
string | $pFilename |
Definition at line 145 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\$fileHandle, and PhpOffice\PhpSpreadsheet\Shared\File\assertFile().
Referenced by PhpOffice\PhpSpreadsheet\Reader\Slk\canRead(), PhpOffice\PhpSpreadsheet\Reader\Html\canRead(), PhpOffice\PhpSpreadsheet\Reader\Csv\canRead(), PhpOffice\PhpSpreadsheet\Reader\Slk\canReadOrBust(), and PhpOffice\PhpSpreadsheet\Reader\Csv\openFileOrMemory().
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setIncludeCharts | ( | $pValue | ) |
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.
bool | $pValue |
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 93 of file BaseReader.php.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setLoadAllSheets | ( | ) |
Set all sheets to load Tells the Reader to load all worksheets from the workbook.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 116 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\setLoadSheetsOnly().
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setLoadSheetsOnly | ( | $value | ) |
Set which sheets to load.
mixed | $value | 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 |
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 105 of file BaseReader.php.
References PhpOffice\PhpSpreadsheet\Reader\BaseReader\setLoadAllSheets().
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setReadDataOnly | ( | $pValue | ) |
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.
bool | $pValue |
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 69 of file BaseReader.php.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setReadEmptyCells | ( | $pValue | ) |
Set read empty cells Set to true (the default) to advise the Reader read data values for all cells, irrespective of value.
Set to false to advise the Reader to ignore cells containing a null value or an empty string.
bool | $pValue |
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 81 of file BaseReader.php.
PhpOffice\PhpSpreadsheet\Reader\BaseReader::setReadFilter | ( | IReadFilter | $pValue | ) |
Set read filter.
Implements PhpOffice\PhpSpreadsheet\Reader\IReader.
Definition at line 128 of file BaseReader.php.
|
protected |
Definition at line 52 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Slk\listWorksheetInfo(), PhpOffice\PhpSpreadsheet\Reader\Csv\listWorksheetInfo(), PhpOffice\PhpSpreadsheet\Reader\Csv\loadIntoExisting(), PhpOffice\PhpSpreadsheet\Reader\Slk\loadIntoExisting(), and PhpOffice\PhpSpreadsheet\Reader\BaseReader\openFile().
|
protected |
Definition at line 35 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\getIncludeCharts().
|
protected |
Definition at line 43 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\getLoadSheetsOnly().
|
protected |
Definition at line 18 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Styles\dxfs(), PhpOffice\PhpSpreadsheet\Reader\BaseReader\getReadDataOnly(), PhpOffice\PhpSpreadsheet\Reader\Xlsx\SheetViewOptions\load(), PhpOffice\PhpSpreadsheet\Reader\Xlsx\ColumnAndRowAttributes\load(), PhpOffice\PhpSpreadsheet\Reader\Ods\load(), PhpOffice\PhpSpreadsheet\Reader\Xlsx\ColumnAndRowAttributes\readColumnAttributes(), PhpOffice\PhpSpreadsheet\Reader\Xlsx\ColumnAndRowAttributes\readColumnRangeAttributes(), and PhpOffice\PhpSpreadsheet\Reader\Xlsx\ColumnAndRowAttributes\readRowAttributes().
|
protected |
Definition at line 27 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\getReadEmptyCells().
|
protected |
Definition at line 50 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\getReadFilter(), and PhpOffice\PhpSpreadsheet\Reader\Xlsx\ColumnAndRowAttributes\load().
|
protected |
Definition at line 57 of file BaseReader.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\BaseReader\getSecurityScanner().