コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Set select sheets
  *
  * @param $sheets
  * @return \Maatwebsite\Excel\LaravelExcelReader 
  * @static 
  */
 public static function selectSheets($sheets = array())
 {
     return \Maatwebsite\Excel\Excel::selectSheets($sheets);
 }