# electron-office-tools **Repository Path**: caobinrg/electron-office-tools ## Basic Information - **Project Name**: electron-office-tools - **Description**: office 转换工具 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-07 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 功能 ##### 1. 工具excel和word模板批量生成word文件及对应pdf excel第一行应为表头,word模板中需要替换的字段用{}包裹,如excel中列头为:名称,则word模板中对应为{名称} ##### 2. 支持word批量转换pdf ### 使用方式 使用前需安装git和node.js环境 ```bash # Clone this repository git clone https://github.com/caobinrg/electron-office-tools.git # Go into the repository cd electron-office-tools # Install dependencies npm install # Run the app npm start ``` ### 打包 ```bash npm run dist ```