# changelogScript **Repository Path**: tcu/changelog-script ## Basic Information - **Project Name**: changelogScript - **Description**: 此脚本可以通用在两个excel文档追加使用场景,总表为被追加,更新表为追加到内容,bug号为关联词 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-23 - **Last Updated**: 2021-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 此脚本可以通用在两个excel文档追加使用场景,总表为被追加,更新表为追加到内容,bug号为关联词。 0. 首次执行需要安装openpyxl,执行命令pip3 install openpyxl 即可 1. 首先编辑config.py ,需要填写配置信息,例如总行数、bug号所在列等。 2. 终端下执行python3 main.py