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

Installs: 3 611

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 1

pkg:composer/fastreading/excel

1.0.4 2018-11-28 18:49 UTC

This package is not auto-updated.

Last update: 2025-10-26 10:42:10 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