ThinkPHP5生成word文档代码库

项目使用的在线生成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

原文地址:https://www.cnblogs.com/cn-oldboy/p/13352545.html