alexgx / yii2-phpexcel
PhpExcel component extension for Yii2.
Installs: 31 551
Dependents: 1
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 10
Open Issues: 2
Type:yii2-extension
Requires
- phpoffice/phpexcel: 1.8.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-26 16:10:23 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.