I am trying to import an excel file using laravel-excel so I used this algorithm
$result = Excel::load('public/uploads/test.xlsx',function($reader){
})->get();
but I get the following error : PHPExcel_Exception in RowIterator.php line 125: Row 2 is out of range (2 - 1)