Hi,
i have data in 4 decimal place format in oracle when when it create excel file using UTL_file, it shows only 2 decimal.client want to see in 4 digit always.
i have used following format.
v_cost_pt:= to_char(rec_cpp.cost / rec_cpp.points,'$9990D9999');
it gives
$0.0050
while in excel it shows
$0.00
thanks
sp