/electron-office-tools

electron node layui python office工具箱,批量生成word,word批量转换PDF(依赖ms office)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

功能

1. 工具excel和word模板批量生成word文件及对应pdf

excel第一行应为表头,word模板中需要替换的字段用{}包裹,如excel中列头为:名称,则word模板中对应为{名称}

2. 支持word批量转换pdf

使用方式

使用前需安装git和node.js环境

# 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

打包

npm run dist

下载