cn-oldboy

项目使用的在线生成word

研究出两种方法 都可以在模板基础生成Word

后端生成文件使用PHPoffice/phpword

开发文档地址:

http://phpword.readthedocs.io/en/latest/

composer地址:https://packagist.org/packages/phpoffice/phpword

Github地址:

https://github.com/PHPOffice/PHPWord

thinkphp5建议使用composer安装

前端生成文件使用docxtemplater.js

开发文档地址:

http://docxtemplater.readthedocs.io/en/latest/

Github地址:

https://github.com/open-xml-templating/docxtemplater

分类:

技术点:

相关文章:

  • 2021-07-21
  • 2021-12-12
  • 2022-01-31
  • 2022-02-09
  • 2022-02-09
  • 2022-02-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2021-11-28
  • 2021-11-18
  • 2021-12-28
  • 2021-04-20
相关资源
相似解决方案