I have the following lines
$objPHPExcel->getActiveSheet(0)->freezePaneByColumnAndRow(0,4);
$objPHPExcel->getActiveSheet(0)->freezePane('A');
which gives me the following result: I intend to fix column A but I think that the line above does not allow me to do so