@@ -229,7 +229,7 @@ |
||
229 | 229 | */ |
230 | 230 | protected function createIterator($worksheetIndex) |
231 | 231 | { |
232 | - return $this->getExcelObject()->createRowIterator($worksheetIndex, $this->options['parser_options']); |
|
232 | + return $this->getExcelObject()->createRowIterator($worksheetIndex, $this->options['parser_options']); |
|
233 | 233 | } |
234 | 234 | |
235 | 235 | /** |