from openpyxl import *
weekly_schedule = Workbook
weekly_schedule_sheet = weekly_schedule.active
a = weekly_schedule_sheet['A1']
Hello everyone.
I am following the instructions at documentation and i get this error. I cannot see what i am doing wrong.
a = weekly_schedule_sheet[‘A1’]
~~~~~~~~~~~~~~~~~~~~~^^^^^^
TypeError: ‘property’ object is not subscriptable
Thanks for your help.
I read through the documentaion and I am following every step, i cannt see what is wrong.
I tried to use the worksheet.cell() method but I get an error that there is no such method.
Στάθης Αμπεριάδης is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.