79346529

Date: 2025-01-10 17:31:15
Score: 0.5
Natty:
Report link

I am able to get the current row by doing this

for index, row in enumerate(sheet.iter_rows(min_row=2, max_row=2613, values_only=False)):
    print(row[0].row)

Note that values_only=False for this to work

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deepak Shrestha