Answer the question
In order to leave comments, you need to log in
Why isn't isalpha working?
I am reading data from an excel file through openpyxl , in cell E18 the line "transition" is written:
from openpyxl import load_workbook
wb = load_workbook(filename='data.xlsx', read_only=True)
ws = wb.active
data = ws['E18'].value
print(data.isalpha())
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