baloch123 0 Newbie Poster

Hello

I have excel file having few cells merged for Title.
e.g
B1:F1 are merged cells,i want to align text of these merged cells to center.keeping the cells merged.
I have use this code but it didn't work

$objPHPExcel->getActiveSheet()->mergeCells('B1:F1');
$objPHPExcel->getActiveSheet()->getStyle('B1:F1')->getAlignment()
->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_CENTER);