OpenPyXl _cells_by_row

for row in ws.iter_rows('A{}:A{}'.format(ws.min_row,ws.max_row))
Doubtful Dogfish