From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Faizol Halim <faizol_h(at)Yahoo(dot)com> |
Cc: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: export to excel format |
Date: | 2003-04-11 12:58:39 |
Message-ID: | 3E96BBFF.EA28AE13@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Faizol Halim wrote:
>
> hi all,
> first of all, I'm sorry if this is not the right
> place to ask (if so, where should I direct the
> question to?)
> my question:
> is there anyway that I could export some of my tables
> to an excel format..? any module or pointers on how
> this could be done..?
Maybe, but what about "importing" the data directly?
Get the PostgreSQL ODBC driver
http://gborg.postgresql.org/project/psqlodbc/projdisplay.php
and install it on your Windows box. Add the ODBC support functions on
the database side. Make sure the Windows system has access to the
database (pg_hba.conf, username/password). Create a DSN and access the
database directly from Excel.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 2003-04-11 13:06:36 | Re: export to excel format |
Previous Message | Faizol Halim | 2003-04-11 06:35:03 | export to excel format |