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