Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.17 KB

PHPExcel extension for Yii2

Latest Stable Version Total Downloads Latest Unstable Version License

%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.