Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 555 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 555 Bytes

yii2-phpexcel

PHPExcel response formatter for Yii2.

https://packagist.org/packages/iutbay/yii2-phpexcel

Installation

The preferred way to install this response formatter is through composer.

Either run

composer require "iutbay/yii2-phpexcel" "*"

or add

"iutbay/yii2-phpexcel" : "*"

to the require section of your application's composer.json file.

Configuration

WIP...

Usage in controllers

WIP...