파이썬에서 xls -> xlsx 변환하기
- 프로그래밍
- 2021. 2. 7.
xlrd 라이브러리를 이용해
파이썬에서 xls -> xlsx 로 변환하는 방법입니다.
예외 상황
InvalidFileException: openpyxl does not support the old .xls file format, please use xlrd to read this file, or convert it to the more recent .xlsx file format.
변환 코드
'프로그래밍' 카테고리의 다른 글
git 원격 master branch 강제 pull 하는 방법 (2) | 2019.10.25 |
---|---|
개발 도중 포트 충돌 해결방법 (0) | 2011.10.28 |