Re: exporting Excel tables into PostgreSQL database with Python

From: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: Christian Kratzer <ck(at)cksoft(dot)de>
Cc: Jürgen Kemeter <juergenkemeter(at)gmx(dot)de>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: exporting Excel tables into PostgreSQL database with Python
Date: 2005-12-14 08:49:42
Message-ID: Pine.LNX.4.44.0512141049110.13120-100000@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Magnus Hagander 2005-12-14 09:15:31 Re: Multi-row update w. plpgsql function
Previous Message Aarni Ruuhimäki 2005-12-14 08:48:54 Re: Multi-row update w. plpgsql function