Re: export data to excel - Mailing list pgsql-general

From Dave Coventry
Subject Re: export data to excel
Date
Msg-id AANLkTim8Z4NYHuB2uEm3MFomSU1TsBIh55n11GbQqI0J@mail.gmail.com
Whole thread Raw
In response to Re: export data to excel  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List 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.

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: Hiding data in postgresql
Next
From: Goran Hasse
Date:
Subject: How to fetch values at regular hours?