Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Spool to Excel File

Re: Spool to Excel File

From: Daniel Hanks <hanksdc_at_about-inc.com>
Date: Tue, 20 Jan 2004 10:04:26 -0800
Message-ID: <F001.005DDAA2.20040120100426@fatcity.com>


If you're keen on Perl, the Spreadsheet-WriteExcel module is very handy:

http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-0.42/

With that you could slurp data out via DBI, and then build a customized spreadsheet based on the data.

But I'd agree with what others have said. Dumping to csv, or some other delimited format and then importing into Excel would probably be the easiest way to go.

On Mon, 19 Jan 2004, Mudhalvan, Moovarkku wrote:

> Dear Friends,
>
> I am trying to send output from SQLPlus to Excel file. If any
> one did the same before please let me know.
>
> Thank You
>
> Mudhalvan M.M
>


   Daniel Hanks - Systems/Database Administrator    About Inc., Web Services Division


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Daniel Hanks
  INET: hanksdc_at_about-inc.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 20 2004 - 12:04:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US