Loading...
winget install --id=caobinrg.electron-office-tools -e
batch generate office files with template
excel第一行应为表头,word模板中需要替换的字段用{}包裹,如excel中列头为:名称,则word模板中对应为{名称}
使用前需安装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