laravel 5.5导入excel文件

本文介绍了如何在laravel 5.5中导入excel文件,通过安装maatwebsite/excel依赖,利用`MaatwebsiteExcelFacadesExcel`处理数据,并创建`ImportData`类进行数据导入。在`ImportData`类中,需要注意excel日期单元格可能以数字形式存在,需要使用`PhpOfficePhpSpreadsheet`库进行转换。整个导入过程在事务中进行,确保数据一致性。
摘要由CSDN通过智能技术生成

安装依赖:composer require maatwebsite/excel

\Maatwebsite\Excel\Facades\Excel

new \App\Imports\ImportData()

\Maatwebsite\Excel\Facades\Excel::import(new \App\Imports\ImportData(), public_path(‘import_excel/filename.xls’));

ImportData类

在ImportData中处理excel的数据

小问题

  1. excel日期单元格格式并不一定是日期,有时读到的会是数字,需要处理:KaTeX parse error: Undefined control sequence: \PhpOffice at position 8: date = \̲P̲h̲p̲O̲f̲f̲i̲c̲e̲\PhpSpreadsheet…date)->format(‘Y-m-d’);
  2. 整个文件处理过程是个事务操作&
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值