socialist/yii2-exel-reader

Yii2 Extension for import data from Exel Spreadsheets.

dev-master 2016-05-19 10:43 UTC

This package is auto-updated.

Last update: 2024-04-24 20:17:10 UTC


README

A class for reading Microsoft Excel (97/2003) Spreadsheets.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist socialist/yii2-exel-reader "*"

or add

"socialist/yii2-exel-reader": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \socialist\exel\ExelReader::read(); ?>```