socialist / yii2-exel-reader
Yii2 Extension for import data from Exel Spreadsheets.
dev-master
2016-05-19 10:43 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-24 21:23:22 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(); ?>```