|
| | close () |
| | Closes the reader, preventing any additional reading.
|
| |
| | getSheetIterator () |
| | Returns an iterator to iterate over sheets.
|
| |
| | open (string $filePath) |
| | Prepares the reader to read the given file.
|
| |
|
| | closeReader () |
| | Closes the reader.
|
| |
| | doesSupportStreamWrapper () |
| | Returns whether stream wrappers are supported.
|
| |
|
| ensureStreamOpened () |
| |
| | openReader (string $filePath) |
| | Opens the file at the given file path to make it ready to be read.
|
| |
◆ close()
| OpenSpout\Reader\AbstractReader::close |
( |
| ) |
|
|
final |
◆ closeReader()
| OpenSpout\Reader\AbstractReader::closeReader |
( |
| ) |
|
|
abstractprotected |
◆ doesSupportStreamWrapper()
| OpenSpout\Reader\AbstractReader::doesSupportStreamWrapper |
( |
| ) |
|
|
abstractprotected |
◆ getSheetIterator()
| OpenSpout\Reader\ReaderInterface::getSheetIterator |
( |
| ) |
|
|
inherited |
◆ open()
| OpenSpout\Reader\AbstractReader::open |
( |
string | $filePath | ) |
|
Prepares the reader to read the given file.
It also makes sure that the file exists and is readable.
- Parameters
-
| string | $filePath | Path of the file to be read |
- Exceptions
-
| IOException | If the file at the given path does not exist, is not readable or is corrupted |
Implements OpenSpout\Reader\ReaderInterface.
◆ openReader()
| OpenSpout\Reader\AbstractReader::openReader |
( |
string | $filePath | ) |
|
|
abstractprotected |
The documentation for this class was generated from the following file:
- lib/openspout/src/Reader/AbstractReader.php