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

posted @ 2020-07-20 23:45  风意不止  阅读(840)  评论(0编辑  收藏  举报