tricktrick/yii2-phpexcel

PhpExcel component extension for Yii2.

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 101

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.2 2019-09-29 10:21 UTC

This package is not auto-updated.

Last update: 2023-01-30 02:45:40 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

it is copy of AlexGx/yii2-phpexcel

replaced Object with BaseObject

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "tricktrick/yii2-phpexcel" "*"

or add

"tricktrick/yii2-phpexcel" : "*"

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

Features

TDB

Usage


use tricktrick\phpexcel;

TBD

Further Information

Please, check the PHPOffice/PHPExcel github repo documentation for further information about its configuration options.