Connecting Tech Pros Worldwide Forums | Help | Site Map

write to a excel file of the text in color using UTL.FILE in PL/SQL

Newbie
 
Join Date: Jul 2007
Posts: 3
#1: Jul 17 '07
Hi,
Is there a way to write the text message in color or bold using UTL.FILE in PL/SQL.
For ex:Iam creating a excel file and writing the text message to the file which should come in specific color or bold using UTL.FILE in PL/SQL.
Thanks in advance,
Priya



debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,508
#2: Jul 18 '07

re: write to a excel file of the text in color using UTL.FILE in PL/SQL


NO

That pacjage UTL_FILE is for for handling no fot the purpose u are asking of.

u need to write your own code using any programing language to do that.
Reply