$Name=array(0=>"Иванов", 1=>"Тепров", 2=>"Сидоров")
)$results=Excel::selectSheetsByIndex(0)->load($request->file('files'))->whereIn("name", $Name)->get();
ErrorException in LaravelExcelReader.php line 971: Undefined offset: 1
->whereIn("name", $Name)
- не помогло.