Skip to content

Commit ee8fbb8

Browse files
Update name_search.py
1 parent ba196a2 commit ee8fbb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/name_search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from openpyxl import *
22
from tkinter import *
33

4-
wb = load_workbook('C:\\Users\\Admin\\Desktop\\excel.xlsx')
4+
path = input('Enter path to file: ') wb = load_webhook(path)
5+
56
sheet = wb.active
67

78

0 commit comments

Comments
 (0)