Re: export data to excel

From: Dave Coventry <dgcoventry(at)gmail(dot)com>
To:
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: export data to excel
Date: 2010-05-25 19:55:11
Message-ID: AANLkTim8Z4NYHuB2uEm3MFomSU1TsBIh55n11GbQqI0J@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There is also the Java POI classes (Poor Obfuscation Implementation)
for importing and exporting doc and docx, HSSF (Horrible SpreadSheet
Format) for exporting and importing xls and xlsx,
http://poi.apache.org/

There are also implementations for Outlook, Powerpoint and Visio.

Java can be integrated with PostgreSQL using the JDBC drivers:
http://jdbc.postgresql.org/

Hope this helps.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Adams 2010-05-25 20:11:08 Re: Fwd: Hiding data in postgresql
Previous Message Vick Khera 2010-05-25 19:48:04 Re: Hiding data in postgresql