Skip to content

Commit 744249f

Browse files
committed
Update main.py
1 parent e0309f7 commit 744249f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import openpyxl
22
filename="C:\\Users\prana\\OneDrive\\Documents\\Gant Chart Data\\DD.CrewList.CR.Jan 15_2022_as of Jan 27_2022.xlsx"
33
crewsheet="Dino Daycare crew"
4+
frollcell="G13"
45
book=openpyxl.load_workbook(filename)
56
sheet=book[crewsheet]
7+

0 commit comments

Comments
 (0)