fast-excel:Lar用于Laravel的Fast Excel importexport

时间:2024-02-24 17:11:59
【文件属性】:

文件名称:fast-excel:Lar用于Laravel的Fast Excel importexport

文件大小:32KB

文件格式:ZIP

更新时间:2024-02-24 17:11:59

fast php laravel csv excel

借助 ,可以为Laravel快速导入/导出Excel。 请参阅下面的。 快速开始 通过composer安装: composer require rap2hpoutre/fast-excel 将模型导出到.xlsx文件: use Rap2hpoutre \ FastExcel \ FastExcel ; use App \ User ; // Load users $ users = User :: all (); // Export all users ( new FastExcel ( $ users ))-> export ( 'file.xlsx' ); 出口 导出模型或集合: $


【文件预览】:
fast-excel-master
----.gitignore(37B)
----src()
--------functions()
--------FastExcel.php(4KB)
--------Providers()
--------Exportable.php(8KB)
--------SheetCollection.php(122B)
--------Facades()
--------Importable.php(4KB)
----.travis.yml(301B)
----LICENSE(1KB)
----composer.json(1KB)
----README.md(6KB)
----phpunit.xml(912B)
----tests()
--------IssuesTest.php(6KB)
--------TestCase.php(481B)
--------test1.csv(66B)
--------Dumb.php(338B)
--------ChunkTest.php(853B)
--------test18.csv(429B)
--------test72.xlsx(9KB)
--------test104.xlsx(4KB)
--------test1.xlsx(8KB)
--------FastExcelTest.php(7KB)
--------test2.csv(66B)
----.scrutinizer.yml(585B)

网友评论