Re: [GENERAL] import content of XLS file into PostgreSQL

2007-08-08 Thread Ivan Zolotukhin
Hello, On 8/8/07, Roberto Mello <[EMAIL PROTECTED]> wrote: > On 8/8/07, Ivan Zolotukhin <[EMAIL PROTECTED]> wrote: > > Hello, > > > > One more way to do it with mouse clicking only is OpenOffice. Get OO > > and install PostgreSQL driver into OpenOffice Database application, > > then you'll be able

Re: [GENERAL] import content of XLS file into PostgreSQL

2007-08-08 Thread Ivan Zolotukhin
Hello, One more way to do it with mouse clicking only is OpenOffice. Get OO and install PostgreSQL driver into OpenOffice Database application, then you'll be able to import/export spreadsheets to and from database tables and work with DB tables just like they are spreadsheets. Regards, Ivan On

Re: [GENERAL] import content of XLS file into PostgreSQL

2007-08-07 Thread Julio Cesar Sánchez González
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Alain Roger Enviado el: lunes, 06 de agosto de 2007 05:37 a.m. Para: pgsql-general@postgresql.org Asunto: [GENERAL] import content of XLS file into PostgreSQL Hi, I would like to know what should i do to import the content

Re: [GENERAL] import content of XLS file into PostgreSQL

2007-08-06 Thread Adam Witney
> I would like to know what should i do to import the content (not all columns) > of a XLS file into pgsql. > is there something special to do ? Simplest way is to save it as a TAB delimited file and then look at the COPY command? Or if it needs more complicated processing... you could write a pe

[GENERAL] import content of XLS file into PostgreSQL

2007-08-06 Thread Alain Roger
Hi, I would like to know what should i do to import the content (not all columns) of a XLS file into pgsql. is there something special to do ? thanks a lot, -- Alain Windows XP SP2 PostgreSQL 8.1.4 Apache 2.2.4 PHP 5.2.1