phpoffice/phpspreadsheet读取Excel内的图片

野性酷女 2023-10-06 19:54 146阅读 0赞

阅读目录

  • 应用场景

应用场景

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

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

composer require phpoffice/phpspreadsheet

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

  1. use PhpOffice\PhpSpreadsheet\Cell\Coordinate;
  2. use PhpOff

发表评论

表情:
评论列表 (有 0 条评论,146人围观)

还没有评论,来说两句吧...

相关阅读