Hi All,
is there any setExcelOptions that will format into numeric ( decimal separator, thousand separator ) …Â ?
1 2 3 4 5 6 7 8 9 10 11 |
$grid->setColProperty("PPN", array("label"=>"PPN", "width"=>155,"editable"=>false,"formatter"=>"number", "formatoptions"=>array("thousandsSeparator"=> ",", "decimalSeparator"=> ".", "decimalPlaces"=>0), "align"=>"right","search"=>false, "width"=>85, "summaryType"=>"sum")); ..... $grid->setExcelOptions(array( "file_type" => "Excel2007", "file" => "test.xlsx", "start_cell" => "A1", "font" => "Arial", "font_size" => 11, "protect" => false, )); |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top