본문 바로가기
Python

[python] ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.

by inspireman 2021. 3. 23.
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
반응형

댓글