You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: