Re: exporting Excel tables into PostgreSQL database with Python

Поиск
Список
Период
Сортировка
От Achilleus Mantzios
Тема Re: exporting Excel tables into PostgreSQL database with Python
Дата
Msg-id Pine.LNX.4.44.0512141049110.13120-100000@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Re: exporting Excel tables into PostgreSQL database with Python  (Christian Kratzer <ck-lists@cksoft.de>)
Список pgsql-sql
O Christian Kratzer έγραψε στις Dec 13, 2005 :

> Hi,
> 
> On Tue, 13 Dec 2005, Jόrgen Kemeter wrote:
> > Hi!
> >
> > Here is a hopefully convenient description of my situation:
> > - I have a main folder, containing several subfolders.
> > - Every (sub)folder contains one or more .xls - Workbooks.
> > - Every Workbook contains one or more different Spreadsheets.
> > - The workbooks contain some cells which have Hyperlink addresses to
> > other,
> > relating workbooks.
> > - Some cells in wokrbooks contain comments, which must also be exported.
> [snipp]
> 
> I am not familiar with python but we have done imports and exports from 
> and to excel in perl using the Spreadsheet::ParseExcel and 
> Spreadsheet::WriteExcel modules from CPAN.

Same here but with java, using jakarta-poi.

> 
> Greetings
> Christian
> 
> 

-- 
-Achilleus



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Premsun Choltanwanich"
Дата:
Сообщение: Re: lo function changed in PostgreSQL 8.1.1
Следующее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: Multi-row update w. plpgsql function