Re: export data to excel

Поиск
Список
Период
Сортировка
От Dave Coventry
Тема Re: export data to excel
Дата
Msg-id AANLkTim8Z4NYHuB2uEm3MFomSU1TsBIh55n11GbQqI0J@mail.gmail.com
обсуждение исходный текст
Ответ на Re: export data to excel  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Список 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 по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: Hiding data in postgresql
Следующее
От: Goran Hasse
Дата:
Сообщение: How to fetch values at regular hours?