Re: How to insert .xls files into database - Mailing list pgsql-general

From John D. Burger
Subject Re: How to insert .xls files into database
Date
Msg-id f3f4782d092030be5ac1e1cf00ddb2d8@mitre.org
Whole thread Raw
In response to re: How to insert .xls files into database  (lanczos@t-zones.sk)
List pgsql-general
One option is to write a Python translator to create CSV files, or even
an uploader to go directly from the Excel files to the database.  There
is at least one module to read Excel files, in all their complexity:

   http://cheeseshop.python.org/pypi/xlrd/0.5.2

and a number of Postgres modules:

   http://wiki.python.org/moin/PostgreSQL

- John Burger
   MITRE


pgsql-general by date:

Previous
From: Michael Loftis
Date:
Subject: Re: Bug? Changing where distinct occurs produces error?
Next
From: Adrian Klaver
Date:
Subject: Re: How to insert .xls files into database