Answer the question
In order to leave comments, you need to log in
How to do sorting in Laravel Excel?
There is an array (
$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)
- did not help. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question