TP5利用phpforword生成word表格文档
1.首先用composer安装下载 phpoffice/phpforword
composerrequirephpoffice/phpword
2.在controller里引用
usePhpOffice\PhpWord\IOFactory;
usePhpOffice\PhpWord\PhpWord;
3.生成简单表格代码如下
$PHPWord=newPhpWord...
原创
2019-12-18 11:20:58 ·
1192 阅读 ·
0 评论