快速读取 Excel 文件(xls, csv, xlsx)

1.0.4 2018-11-28 18:49 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:08:14 UTC


README

读取文件类型(Xls, xlsx, csv)。

Excel::load("path your file")->getFile();// return a File type with array of your file change

安装

在您的 composer.json 中要求此包。

composer require "fastreading/excel:~1.0.*"

函数