socialist / yii2-exel-reader
Yii2 Extension for import data from Exel Spreadsheets.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/socialist/yii2-exel-reader
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-09-24 23:18:00 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(); ?>```