Exemple #1
0
 /**
  * Setup sheet global styles
  *
  * @param LaravelExcelWorksheet $sheet
  *
  * @return void
  */
 protected function globalStyle(LaravelExcelWorksheet $sheet)
 {
     // Font size & family
     $sheet->setFontSize(15);
     $sheet->setFontFamily('Calibri');
 }