# xls_to_xlsx **Repository Path**: gitee211012/xls_to_xlsx ## Basic Information - **Project Name**: xls_to_xlsx - **Description**: Convert '.xls' file to '.xlsx' file. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-01 - **Last Updated**: 2021-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: xls, 转换, convert, xlsx, Python ## README # xls_to_xlsx 将.xls文件转换为.xlsx文件。(Conver '.xls' file to '.xlsx' file.) ## 特性(Features) * Python编写(Programming with Python) * 使用pywin32库,只能在Windows系统下运行(Based on pywin32, only works on Windows.) * 批量转换当前目录下所有'.xls'扩张名文件 ## 安装(Install) ``` pip3 install pywin32 ``` ## 使用(Usage) 把要转换的文件和xls_to_xlsx.py放置在同一目录,运行 ``` python3 xls_to_xlsx.py ``` 转换后的文件也在同一目录。