Akeneo\Component\SpreadsheetParser\Xlsx\Spreadsheet::createRowIterator PHP Method

createRowIterator() public method

public createRowIterator ( $worksheetIndex, array $options = [] )
$options array
    public function createRowIterator($worksheetIndex, array $options = [])
    {
        $paths = array_values($this->getWorksheetPaths());
        return $this->rowIteratorFactory->create($this->getValueTransformer(), $this->archive->extract($paths[$worksheetIndex]), $options, $this->archive);
    }