Skip to content

socialist/yii2-exel-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exel Reader

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(); ?>```

About

Yii2 extension for read exel sheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages