【问题标题】:While uploading Excel Showing Undefined array key "Sheet 1" in Laravel (Maatwebsite\Excel\Facades\Excel)在 Laravel (Maatwebsite\Excel\Facades\Excel) 中上传 Excel 时显示未定义的数组键“Sheet 1”
【发布时间】:2021-03-10 05:51:31
【问题描述】:

我有一个用于上传 Excel 的表单,但是在将 Excel 上传到系统时,它显示像这样的错误

未定义的数组键“Sheet 1”

用于上传excel的包是laravel Maatwebsite\Excel\Facades\Excel;

Excel::import(new NewProducts($import->id), $path)->chain([
    new AfterImport($import->id)
]);

【问题讨论】:

    标签: php laravel


    【解决方案1】:

    最后,我得到了解决方案,这是包的问题,​​我更新了包 phpoffice/phpspreadsheet。现在工作正常

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-11-09
      • 2021-09-17
      • 1970-01-01
      • 2019-10-15
      • 2021-11-10
      • 2019-11-02
      • 2018-10-28
      • 2021-10-13
      相关资源
      最近更新 更多