(no description)
File Size: | 34 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ReaderInterface:: (3 methods):
open()
getSheetIterator()
close()
Interface: ReaderInterface - X-Ref
Interface ReaderInterfaceopen($filePath) X-Ref |
Prepares the reader to read the given file. It also makes sure that the file exists and is readable. param: string $filePath Path of the file to be read return: void |
getSheetIterator() X-Ref |
Returns an iterator to iterate over sheets. return: \Iterator To iterate over sheets |
close() X-Ref |
Closes the reader, preventing any additional reading return: void |