tricktrick / yii2-phpexcel
Yii2的PhpExcel组件扩展。
这个包的官方仓库似乎已经不存在,因此该包已被冻结。
1.0.2
2019-09-29 10:21 UTC
Requires
- php: >=7.2
- phpoffice/phpspreadsheet: 1.6.0
- yiisoft/yii2: ~2.0.15
This package is not auto-updated.
Last update: 2023-01-30 02:45:40 UTC
README
这是AlexGx/yii2-phpexcel的副本。
将Object替换为BaseObject
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
php composer.phar require "tricktrick/yii2-phpexcel" "*"
或者将以下内容添加到您的应用程序的composer.json
文件的require部分:
"tricktrick/yii2-phpexcel" : "*"
to the require section of your application's composer.json
file.
功能
待定
使用
use tricktrick\phpexcel;
待定
更多信息
请查阅PHPOffice/PHPExcel github仓库文档以获取更多关于其配置选项的信息。