skeeks / yii2-phpexcel
PhpExcel component extension for Yii2.
Package info
github.com/skeeks-semenov/yii2-phpexcel
Type:yii2-extension
pkg:composer/skeeks/yii2-phpexcel
1.0.0
2015-12-01 15:37 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:21:37 UTC
README
%short_description%
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "alexgx/yii2-phpexcel" "*"
or add
"alexgx/yii2-phpexcel" : "*"
to the require section of your application's composer.json file.
Features
TDB
Usage
use alexgx\phpexcel;
TBD
Further Information
Please, check the PHPOffice/PHPExcel github repo documentation for further information about its configuration options.