zl程序教程

您现在的位置是:首页 >  工具

当前栏目

phpoffice/phpspreadsheet读取Excel内的图片

Excel 图片 读取
2023-09-11 14:14:55 时间

阅读目录

应用场景

今天接到了一个从Excel内读取图片的需求,这里介绍一下分别使用phpspreadsheet扩展库来实现读取Excel内图片的功能:

在这里插入图片描述
首先安装phpspreadsheet

composer require phpoffice/phpspreadsheet

然后就可以在项目里使用了

use PhpOffice\PhpSpreadsheet\Cell\Coordinate;
use PhpOff