I am trying to make cells in first row are bold.
This is the method I have created for that purpose.
function ExportToExcel($tittles,$excel_name) {
You can try
$objPHPExcel->getActiveSheet()->getStyle(1)->getFont()->setBold(true);