mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-09 00:48:40 +01:00
Change name variable
This commit is contained in:
parent
40ec324e02
commit
a0c2b9382e
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user