今天尝试通过composer require 安装phpoffice/phpspreadsheet容器,去使用excel的操作
由于PHPExcel已经被废弃在PHP7.2中已经无法获取更新,官方重新开了一个新包phpspreadsheet
然后安装的时候提示
Cannot use phpoffice/phpspreadsheet's latest version 1.27.0 as it requires ext-mbstring * which is missing from your platform.
原来是缺少mbstring扩展
php.ini里去掉extension=mbstring.so前面的; 即可
标签:Composer,phpspreadsheet,phpoffice,ext,mbstring,安装 From: https://www.cnblogs.com/shishichong/p/17107524.html