# python-auto-excel **Repository Path**: dusw/python-auto-excel ## Basic Information - **Project Name**: python-auto-excel - **Description**: 利用Python的xlwt、xlrt、xlutils操作Excel,可以新建表格,自动微调表格,保留了样式 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2022-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-auto-excel #### 介绍 利用Python的xlwt、xlrt、xlutils操作Excel,可以新建表格,自动微调表格,保留了样式 #### 使用说明 1. table.py是主程序,使用`python table.py`运行,按照提示操作 2. table_read.py是改进、易读版本,基本相同 3. test.py是参考资料