yii2使用较多的excel操作库

1、"phpoffice/phpexcel"

https://github.com/PHPOffice/PHPExcel/archive/1.8.1.zip

安装

composer require "phpoffice/phpexcel"

文档 https://github.com/PHPOffice/PHPExcel/

 

 

2、"moonlandsoft/yii2-phpexcel": "*"

https://github.com/moonlandsoft/yii2-phpexcel

安装

composer require --prefer-dist moonlandsoft/yii2-phpexcel "*"

文档 https://github.com/moonlandsoft/yii2-phpexcel

 

相关文章: