I have a program that works perfectly in placing orders for my company for a list that I define. I want to know how I could pull the list from an excel file instead of manually typing them out each time?
code below:
Order_List = ['0043777770','003897270','0048377270']
for eachId in Order_List:
#go to website
#find and select item
# enter quantiy
#check out
#save invoice
But instead of me manually entering each order# into the order_list can I pull it from an excel file or read through each order # in the excel? the excel file looks something like this and I need the first column data A2-A20 etc.
