파이썬에서 xls -> xlsx 변환하기

 

 

 

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.

 

 

 

변환 코드

 

Designed by JB FACTORY