diff --git a/main.py b/main.py index fd187e8..151c350 100644 --- a/main.py +++ b/main.py @@ -76,7 +76,16 @@ def Run_Report(ticket, URL, HOST, REPORT_FIELDS, ws, wb): results.append(childs.text) ws.append(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():