Re: How to insert .xls files into database

Поиск
Список
Период
Сортировка
От John D. Burger
Тема Re: How to insert .xls files into database
Дата
Msg-id f3f4782d092030be5ac1e1cf00ddb2d8@mitre.org
обсуждение исходный текст
Ответ на re: How to insert .xls files into database  (lanczos@t-zones.sk)
Список 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 по дате отправления:

Предыдущее
От: Michael Loftis
Дата:
Сообщение: Re: Bug? Changing where distinct occurs produces error?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: How to insert .xls files into database