fast reading of the excel files (xls,csv, xlsx)

1.0.4 2018-11-28 18:49 UTC

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