|
| close () |
| Closes the reader, preventing any additional reading.
|
|
| getSheetIterator () |
| Returns an iterator to iterate over sheets.
|
|
| open ($filePath) |
| Prepares the reader to read the given file.
|
|
◆ close()
Box\Spout\Reader\ReaderInterface::close |
( |
| ) |
|
◆ getSheetIterator()
Box\Spout\Reader\ReaderInterface::getSheetIterator |
( |
| ) |
|
◆ open()
Box\Spout\Reader\ReaderInterface::open |
( |
| $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
-
- Return values
-
Implemented in Box\Spout\Reader\ReaderAbstract.
The documentation for this interface was generated from the following file:
- lib/spout/src/Spout/Reader/ReaderInterface.php