Alternately - if things get more complex, that is...

use Spreadsheet::WriteExcel;

----- Original Message -----
From: Sterin, Ilya
Sent: Monday, December 17, 2001 8:20 AM
To: 'Nguyen, David M '; ''[EMAIL PROTECTED] ' '
Subject: RE: How to?

Excel downloads CSV and HTML tables just fine, so what you can do is
retrieve all fields, separate with a comma, (I would recommend using CSV_XS
module, since if you separate with a comma you have to make sure there are
no fields that contan commas".  Or you can output in each cell of a table
and multiple rows, then output content type Application/MSExcel or something
similar (there are many for excel) and it will import itself.

Ilya

-----Original Message-----
From: Nguyen, David M
To: '[EMAIL PROTECTED] '
Sent: 12/17/01 8:43 AM
Subject: How to?

Hi all,

I have oracle database running on Solaris8 and use DBI to access
database
table.  I'd like to setup a program to let people to download a table to
view it with Excel spreadsheet and wonder how to do this?

Thanks,
DavidGet more from the Web.  FREE MSN Explorer download : http://explorer..msn.com

Reply via email to