fastreading / excel
fast reading of the excel files (xls,csv, xlsx)
Installs: 3 443
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 1
Suggests
- ext-xml: Required to use php xml extension 'php-xml'
This package is not auto-updated.
Last update: 2025-04-13 07:51:43 UTC
README
Reads the file types (Xls, xlsx, csv).
Excel::load("path your file")->getFile();// return a File type with array of your file change
Installation
Require this package in your composer.json
.
composer require "fastreading/excel:~1.0.*"
#Functions
method | attributes | return |
---|---|---|
getFile() | $withHeader (default false) | array |
getHeader() | array | |
getColls() | array |