Answer the question
In order to leave comments, you need to log in
Unable to load table in excel, can you help?
Unable to load table, seems to be a problem with load_workbook:
from openpyxl import load_workbook
wb = load_workbook('ex.xlsx')
sheet = wb.worksheets[0]
wmc = sheet.get_highest_column()
ws = wb['Лист1']
print(wmc)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question