Answer the question
In order to leave comments, you need to log in
Why does it give an error when trying to display a value from an Excel cell?
Simple code:
import openpyxl
wb = openpyxl.reader.excel.load_workbook(filename="test.xlsx")
wb.active = 0
sheet = wb.active
print(sheet['A1'].value)
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