New to Python I am trying to execute this piece of code:
for row in range(2, sheet.max_row + 1): cell = sheet.cell(row, 3)