Re: exporting Excel tables into PostgreSQL database with Python - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: exporting Excel tables into PostgreSQL database with Python
Date
Msg-id Pine.LNX.4.44.0512141049110.13120-100000@matrix.gatewaynet.com
Whole thread Raw
In response to Re: exporting Excel tables into PostgreSQL database with Python  (Christian Kratzer <ck-lists@cksoft.de>)
List 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 by date:

Previous
From: "Premsun Choltanwanich"
Date:
Subject: Re: lo function changed in PostgreSQL 8.1.1
Next
From: Aarni Ruuhimäki
Date:
Subject: Re: Multi-row update w. plpgsql function