I am using Oracle 8i, I want SQL query output into excel. Query is
Select partno, partname,uob from partmast
I want all record from this query are display into excel sheet how it will be possible. (uob is unit of measure) I solve this query by using spool but query result written into the text file but i want into excel. Give me soln for this
Arvind