0

For example I need get only second row in current sheet without foreach.

foreach ( $sheet->getRowIterator() as $row) { ... }. How access to $sheet->getRowIterator() by index without foreach, or how start foreach from another position, not from beginning.

Andrew
  • 1
  • 1
  • 1
  • 3
    Hi, please read [how to ask](https://stackoverflow.com/help/how-to-ask) a [on topic question](https://stackoverflow.com/help/on-topic), and how to create a [minimal, complete and verifiable example](http://stackoverflow.com/help/mcve) – lovelace Apr 10 '19 at 07:49
  • Using `$sheet->getRowIterator()[1]` ? – Roy Bogado Apr 10 '19 at 08:27

0 Answers0