Query output in EXCEL format
Hi,
How do I redirect the output of the SQL query to EXCEL format.
If i say select * from emp with the spooling file name as c:\emp.xls and once I open emp.xls the excel file should be available
with each column of the table in separate column automatically.
Please help me to achieve this requirement.
Thanks