We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0309f7 commit 744249fCopy full SHA for 744249f
main.py
@@ -1,5 +1,7 @@
1
import openpyxl
2
filename="C:\\Users\prana\\OneDrive\\Documents\\Gant Chart Data\\DD.CrewList.CR.Jan 15_2022_as of Jan 27_2022.xlsx"
3
crewsheet="Dino Daycare crew"
4
+frollcell="G13"
5
book=openpyxl.load_workbook(filename)
6
sheet=book[crewsheet]
7
+
0 commit comments