转载请注明出处: 皮哈皮阿
摘要:该工具是nodejs环境下的一个命令行工具,可以根据word模板和一个json数据文件来导出对应的word。命令行工具可以结合各种语言来进行批量的word导出工作。
工具介绍
该工具是nodejs环境下的一个命令行工具,可以根据word模板和一个json数据文件来导出对应的word。命令行工具可以结合各种语言来进行批量的word导出工作。
该项目依赖了docxtemplater,下面是docxtemplater的介绍
docxtemplater is a mail merging tool that is used programmatically and handles conditions, loops, and can be extended to insert anything (tables, html, images).
docxtemplater uses JSON (Javascript objects) as data input, so it can also be used easily from other languages. It handles docx but also pptx templates.
It works in the same way as a templating engine.
docxtemplater官方自带的cli不可用(至少我这里运行不了)。所以自己写了一个,需要的可以试试。
安装
使用npm或yarn安装
# npm
npm i -g docxtpl-cli
# yarn
yarn global add docxtpl-cli
使用说明
> docxtpl // 可查看使用说明和版本号
> docxtpl input.docx data.json output.docx 将input.docx模版,根据data.json的数据,转换成output.docx
word模板制作可参考 docxtemplater文档
文章发布于: 2018-08-20 11:27:00
扫描二维码,在手机上阅读
上一篇
emlog 添加自定义钩子
下一篇
upg程序源码升级包制作工具
您可能对以下文章感兴趣
sublime text json格式化插件 Pretty JSON
2015年10月26日00.78万docxtpl-cli 根据模板导出word的node命令行工具
2018年08月20日10.47万upg程序源码升级包制作工具
2018年08月20日20.39万Emlog Pro-一个基于PHP的开源博客程序
2018年08月14日00.34万Axel-适用于Linux/macOS的多线程下载工具
2020年08月20日00.26万阿里云 Composer 全量镜像
2023年08月08日00.11万
@子恒:😂躺平吧,世界都跟你没关系
你写得非常清晰明了,让我很容易理解你的观...
#Emlog插件RSS订阅器发布#
一直到今天,还没10天,我支付宝里仅剩7...
@樊鑫:不支持,仅支持pro版本,可以在...
#Beginning-Pro发布,Emlog-Pro + Beginning-Pro, 更Pro#
支持5.3吗?在哪里购买/下载?
#Beginning-Pro发布,Emlog-Pro + Beginning-Pro, 更Pro#
@叽叽:开源了的,https://git...
#vue.js组件之手写签名板vue-signature-simple#