# excel-template-tools **Repository Path**: minroseven/excel-template-tools ## Basic Information - **Project Name**: excel-template-tools - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-19 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Excel 模板编码处理工具 ## 功能 - 修正数量为数字、日期为 yyyy-MM-dd(支持 2899/12/31) - 跨文件模板编码去重(后缀从 _51 开始) - 按模板编码拆分文件(≤25,000 行/文件) ## 安装 ```bash python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt