項目使用的在線生成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地址: