# excel-converter **Repository Path**: pevy/excel-converter ## Basic Information - **Project Name**: excel-converter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-10 - **Last Updated**: 2026-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Excel文件转换CSV工具 将excel文件转换为csv文件,并支持自定义分隔符 ### 打包为exe可执行程序 pip install pyinstaller pyinstaller --onefile --windowed --name "Excel转CSV工具" main.py