Box\Spout\Reader\XLSX\Reader::getConcreteSheetIterator PHP Method

getConcreteSheetIterator() protected method

Returns an iterator to iterate over sheets.
protected getConcreteSheetIterator ( ) : SheetIterator
return SheetIterator To iterate over sheets
    protected function getConcreteSheetIterator()
    {
        return $this->sheetIterator;
    }