Alain Roger wrote:
HI,

I would like to know the best and fastest way how to import some colums
contents from Excel file to PostgreSQL database.
how can i do that ?

I mean some columns of Excel should be imported into a particular table and
some others into another table.

If it's a proper excel file, try something like:

http://sourceforge.net/projects/phpexcelreader

If it's a CSV file, try http://www.php.net/fgetcsv

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to