arodiss / XlsBundle

Trivia read and write of .xls files for Symfony2
MIT License
5 stars 9 forks source link

_endRow default value is "1000" #27

Closed moniprecup closed 6 years ago

moniprecup commented 7 years ago

I need to add validation for values from an excel file, but I get errors for some of the rows because the iterator goes until row 1000 even if in my excel file I have only 15 lines of data. Is there a way to check if the row is populated? Or to get last row with data?

image

arodiss commented 7 years ago

I can't say what your exact problem is, but:

Hope this helped