Laravel引入phpoffice/phpword替换Word文件内容
Posted willem_chen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Laravel引入phpoffice/phpword替换Word文件内容相关的知识,希望对你有一定的参考价值。
说明
PHPWord是一个用纯PHP编写的库,它提供了一组类 写入和读取不同的文档文件格式。
安装
composer require phpoffice/phpword ^0.18.2
composer.json
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0",
"phpmailer/phpmailer": "^6.5",
"league/flysystem-aws-s3-v3": "^1.0",
"predis/predis": "^1.1",
"phpoffice/phpword": "^0.18.2",
"phpoffice/phpspreadsh
以上是关于Laravel引入phpoffice/phpword替换Word文件内容的主要内容,如果未能解决你的问题,请参考以下文章