728x90
|파이썬 에러코드|
ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.
발생 경우 : 엑셀파일 읽기 진행 중 확장자 .xlsx를 읽기 할 때 발생하는 에러 코드
원인 : xlrd 라이브러리 버전이 2.0 이상일 때는 확장자 .xls 밖에 지원하지 않음
해결 방법 : 확장자 .xls 를 읽기
pip install openpyxl
728x90
반응형
'Python' 카테고리의 다른 글
[Python] 문자열 (0) | 2021.07.15 |
---|---|
[python] 텍스트(txt) 파일 읽고 쓰기 (0) | 2021.04.04 |
[python] AttributeError: 'set' object has no attribute 'items' (0) | 2021.03.23 |
[python] bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? (0) | 2021.03.23 |
PyQt .ui 파일과 Qt designer.exe 연동설정 (0) | 2021.03.21 |
댓글