乐启office工具箱 GitHub
winget install --id=caobinrg.electron-office-tools -e
batch generate office files with template
README
功能
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