How do you create a bold cell value using PHPExcel? I know I can use \\n to add a carriage return within the text, but is there some kind of way to bold part of cell value?
$objPHPExcel->getActiveSheet()->getStyle('1:1')->getFont()->setBold(true);