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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mohanapriya
    New Member
    • Jul 2007
    • 3

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

    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
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    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.

    Comment

    Working...