iutbay/yii2-phpexcel

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

mPDF response formatter for Yii2

Maintainers

Package info

github.com/iutbay/yii2-phpexcel

Issues

Type:yii2-extension

pkg:composer/iutbay/yii2-phpexcel

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2017-11-24 09:12 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:15:20 UTC


README

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