Md.*_*ain 0 php laravel phpword phpoffice
我已经phpword在laravel项目中安装了软件包。现在,当我尝试docx使用此代码读取文件时
public function upload(Request $request){
$file = $request->file('file');
$phpWord = \PhpOffice\PhpWord\IOFactory::load($file);
foreach($phpWord->getSections() as $section) {
foreach($section->getElements() as $element) {
if(method_exists($element,'getText')) {
echo $element->getText() . "<br>";
}
}
}
}
Run Code Online (Sandbox Code Playgroud)
我收到一个错误
找不到类“ ZipArchive”
/vendor/phpoffice/common/src/Common/XMLReader.php第54行
| 归档时间: |
|
| 查看次数: |
990 次 |
| 最近记录: |