hello
use csv format - excel have to read this format without any format
COPY tablename TO '...' CSV;
regards
Pavel Stehule
2009/3/26 Nicholas I <nicholas.domnic.i@gmail.com>:
> Hi ,
>
> Does any one how to convert table to excel.
>
> I just tried the COPY table_name to '/home/user/output.xls' using
> delimiters ',';
>
> but the out put of the table that is the column in a table are tab separted,
> all were merged in a single cell.
>
> -Nicholas I
>