Hi, i want to apply same border to complete sheet
i used
$objPHPExcel->getActiveSheet()->getDefalultStyle()->getBorders()->getAllBorders()->getColor()->setARGB(\PHPExcel_Style_Color::COLOR_BLUE);
instead of getStyle('A1:Z1') method
So please tell me how it will be set.
Thanks