i am using following code to show percentage in excel sheet when i use following code it hides “%” percent sign from sheet it show 29 not 29% i want to make this numeric but want to show it with “%” sign
$objPHPExcel->getActiveSheet()
->setCellValueExplicit('A1', '29%', PHPExcel_Cell_DataType::TYPE_NUMERIC);
1 Answer