Hi all

Is there any way we can dump the result of sql query(on oracle) into a spread sheet?????

for example::

select eno, ename, job, dept, mgr from emp;

and the query fetches say about 100000 records and the width of a paper is not enough as the result is more than twice of a A4 size paper. So i want spool the extract into a spreadsheet.

Any help would be greatly appreciated.

raj