Re: HOWTO create in UNIX a *.xlsx (M$ Excel) with data from Oracle (not CSV!)
- From: Subodh Deshpande <deshpande.subodh@xxxxxxxxx>
- To: aluoor@xxxxxxxxx
- Date: Tue, 22 Jun 2010 20:26:16 +0530
will it be of help if you lapd, rpad to add those much spaces where
ever you want..
On 22/06/2010, Sven Aluoor <aluoor@xxxxxxxxx> wrote:
> Hi folks
>
> At the moment we make CSV files in UNIX scripts. Here an example.
>
> SELECT serial
> || ';'
> || upd_time
> || ';'
> || MESSAGE
> || ';'
> || entity_table
> || ';'
> || action
> || ';'
> || status
> || ';'
> || act_msg
> || ';'
> || rss_name
> || ';'
> || rss_type
> || ';'
> || ADMIN
> FROM trans
> WHERE ess_user = '00000001' AND upd_time >
> to_date('25/05/2010','DD/MM/YYYY')
> ORDER BY serial DESC;
>
> Is it possible to make a native Excel sheet from UNIX? We need basic
> formatting of the resulting sheet.
> For example the field act_msg is a VARCHAR2 with 4000 Byte. In CSV
> this is a mess...
>
> cheers Sven
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
--
==============================
DO NOT FORGET TO SMILE TODAY
==============================
--
http://www.freelists.org/webpage/oracle-l
Other related posts: