View Single Post
  #2 (permalink)  
Old 10-28-03, 20:47
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,150
Re: help with csv file

Quote:
Originally posted by kyuan1
I am using UTL_FILE object in Oracle 9i to create an excell report.
The excell report contains multiple sheets with it. Any one knows how to
put the data extracted from tables into different sheets? I know how to
do with the single sheet report, but no idea with the multiple sheets report. Very much appreciate your help!

Kevin
Just curious...
Why are you dumping Oracle data to CSV files
when Excel via OBDC can "ingest" the data directly?
Reply With Quote