xyb / yii2-phpexcel
PhpExcel component extension for Yii2.
dev-master
2015-11-27 07:00 UTC
Requires
- phpoffice/phpexcel: 1.8.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-05 01:17:57 UTC
README
%short_description%
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "xyb/yii2-phpexcel" "*"
or add
"xyb/yii2-phpexcel" : "*"
to the require section of your application's composer.json file.
Features
TDB
Usage
use xyb\phpexcel;
TBD
Further Information
Please, check the PHPOffice/PHPExcel github repo documentation for further information about its configuration options.