Started work on fetching shipping costs.
This commit is contained in:
11
main.py
11
main.py
@@ -76,7 +76,16 @@ def Run_Report(ticket, URL, HOST, REPORT_FIELDS, ws, wb):
|
|||||||
results.append(childs.text)
|
results.append(childs.text)
|
||||||
ws.append(results)
|
ws.append(results)
|
||||||
results = []
|
results = []
|
||||||
wb.save('report.xlsx')
|
|
||||||
|
test = []
|
||||||
|
for cell in ws['A']:
|
||||||
|
test.append(cell.value)
|
||||||
|
test.pop(0)
|
||||||
|
print(test)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# wb.save('report.xlsx')
|
||||||
|
|
||||||
def loadMenu():
|
def loadMenu():
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user