반응형
xlrd.biffh.XLRDError: Excel xlsx file; not supported
-
파이썬 pandas xlrd.biffh.XLRDError: Excel xlsx file; not supported 에러개발 언어/Python 2024. 3. 31. 16:29
# 엑셀 파일 읽기 df = pd.read_excel(excel_file) 실행 시, 에러가 발생한다. https://stackoverflow.com/questions/65254535/xlrd-biffh-xlrderror-excel-xlsx-file-not-supported/65266270#65266270 xlrd.biffh.XLRDError: Excel xlsx file; not supported I am trying to read a macro-enabled Excel worksheet using pandas.read_excel with the xlrd library. It's running fine in local, but when I try to push the same into PCF, I am..