pyexcel.iget_records

pyexcel.iget_records(**keywords)[source]

Obtain a generator of a list of records from an excel source

It is similiar to pyexcel.get_records() but it has less memory footprint but requires the headers to be in the first row. And the data matrix should be of equal length. It should consume less memory and should work well with large files.