Possible Duplicate:
Create an Excel Spreadsheet from a Oracle Database
Writing in ExcelSheet using UTL_FILE package in Oracle
I am generating CSV file with the UTIL_File
package.
Now I would like to format the header in bold when it is opened in MS Excel.
Is there any way to do that using PL/SQL and Oracle 9i?
Thanks