xyb / yii2-phpexcel
为 Yii2 的 PhpExcel 组件扩展。
dev-master
2015-11-27 07:00 UTC
Requires
- phpoffice/phpexcel: 1.8.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-18 18:38:44 UTC
README
%short_description%
安装
安装此扩展的首选方式是通过 composer。
可以运行
php composer.phar require "xyb/yii2-phpexcel" "*"
或者添加
"xyb/yii2-phpexcel" : "*"
到您应用程序的 composer.json
文件的 require 部分中。
功能
待定
用法
use xyb\phpexcel;
待定
更多信息
请查阅 PHPOffice/PHPExcel github 仓库 的文档,获取有关其配置选项的更多信息。