|
Posted by Miles Thompson on 10/13/16 11:34
First of all, check the PostgreSQL docs on loading data - there may be a
native method you can call. Otherwise you normally export Excel to a .csv
file and import that.
How?
Never done it, but how about a combination of fgetcsv() and pg_copy() or
pg_insert()? There may be a tool out there on the web, have you googled for
"postgresql import excel"?
HTH - Miles Thompson
At 12:20 AM 12/14/2005, Aftab Alam wrote:
>Hi all,
>
>How can i export excel data to PostgresSQL using PHP.
>
>regards
>aftab
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
[Back to original message]
|