Exemplo n.º 1
0
 /**
  * Set select sheets
  *
  * @param $sheets
  * @return \Maatwebsite\Excel\LaravelExcelReader 
  * @static 
  */
 public static function selectSheets($sheets = array())
 {
     return \Maatwebsite\Excel\Excel::selectSheets($sheets);
 }