# get_word_comments **Repository Path**: gjm9999/get_word_comments ## Basic Information - **Project Name**: get_word_comments - **Description**: 用于获取和整理word批注状态的软件,基于python与VBA编码 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-06-07 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, VBA ## README # get_word_comments #### 介绍 用于获取和整理word批注内容和完成状态的软件。 https://blog.csdn.net/moon9999/article/details/125107404 #### 软件架构 基于VBA编码来提取word文档的批注内容和状态。之后通过python调用VBA进行汇总整理并输出EXCEL文档,同时封装图形界面以便使用。 #### 使用说明 1. 点击./dist/get_comments.exe打开软件,选择路径,点击开始检查。 2. 点击打开结果查看。 3. 点击清除缓存清理结果和临时文件。 #### 待优化项 1. 处理中每次均需要在后台打开word,导致处理速度很慢。