Closed moniprecup closed 6 years ago
I can't say what your exact problem is, but:
PythonReader
instead of default PHPOfficeReader
- it does not have beforementioned problem with empty formatted cells. Though it has no real iterator - all data is loaded in memory in one piece, so don't use it for really big filesHope this helped
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?