Exemplo n.º 1
0
 public function __construct(Excel $excel)
 {
     $this->middleware('auth');
     $this->excel = $excel;
     $this->excel->noHeading();
     $this->excel->skip(1);
 }