Change name variable

This commit is contained in:
Stefano Assenzo 2022-12-23 16:00:07 +00:00
parent 40ec324e02
commit a0c2b9382e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ for row in range (1, 100):
if cell.value == "2elci":
print(ws.cell(row=cell.row, column=column).value)
print(cell.row, column)
#Search school subject
#Search school time table
for i in range(4,50):
print(ws.cell(row=i, column=column).value)
for i in range(4, 55):