gpt4 book ai didi

phpword - 使用 PHPWord 查找和替换文本

转载 作者:行者123 更新时间:2023-12-02 06:52:06 26 4
gpt4 key购买 nike

是否可以使用 PHPWord 对 Word 文档上的文本进行简单的查找和替换?据我所知,您能得到的最接近的结果就是将文本添加到一个部分,并且除了字体等之外,您无法操作现有文本。如果没有,有什么免费的东西可以用来执行此操作吗?

最佳答案

安装

composer require phpoffice/phpword

PHP 代码

include 'vendor/autoload.php';
$templateProcessor = new \PhpOffice\PhpWord\TemplateProcessor('test2.docx');
$templateProcessor->setValue('name', 'myvar');
$templateProcessor->saveAs('./xx.docx');

我的 test.docx 只有这个词:${name}

关于phpword - 使用 PHPWord 查找和替换文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20202982/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com