# convert-excel **Repository Path**: lijian_git_1_0/convert-excel ## Basic Information - **Project Name**: convert-excel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-16 - **Last Updated**: 2025-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 更新 requirements.txt # pip freeze > requirements.txt # pip 下载到目录中 # pip download -r .\requirements.txt -d .\dependencies # pip 离线安装依赖 # pip install --no-index --find-links=.\dependencies -r .\requirements.txt