You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The row that's printed is actually the second row, not the first as I would expect. That's because the rewind() function never sets the CurrentRow property back to false. I added the slight correction and everything started working as it should.
I hope this helps,
Osu
The text was updated successfully, but these errors were encountered:
martinsp-sales
added a commit
to martinsp-sales/spreadsheet-reader
that referenced
this issue
Feb 13, 2014
Hi there,
I've discovered that when you load a XLSX sheet and do this:
$file->next()
$file->rewind()
print_r($file->current())
The row that's printed is actually the second row, not the first as I would expect. That's because the rewind() function never sets the CurrentRow property back to false. I added the slight correction and everything started working as it should.
I hope this helps,
Osu
The text was updated successfully, but these errors were encountered: