我有一个用于上传 Excel 的表单,但是在将 Excel 上传到系统时,它显示了这样的错误
未定义的数组键“表 1”
用于上传excel的包是laravel Maatwebsite\Excel\Facades\Excel;
Excel::import(new NewProducts($import->id), $path)->chain([
new AfterImport($import->id)
]);
Run Code Online (Sandbox Code Playgroud)