arifinm / yii2-data-to-excel
PHP Yii2 将数组数据转换为 Excel
1.0.1
2021-06-10 16:17 UTC
Requires
- php: >= 5.6
README
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer require --prefer-dist arifinm/yii2-data-to-excel "*"
或者将以下内容添加到您的 composer.json
文件的 require 部分:
"arifinm/yii2-data-to-excel": "*"
to the require section of your composer.json
file.