<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi José,<br>
      <br>
      You have to convert the excel file to csv and use the copy command
      like that:<br>
      <br>
      <br>
      copy table_name from 'C:\Users\TEMP\filename.csv' WITH CSV
      DELIMITER ';';<br>
      <br>
      <br>
      You have to create the table before and delete the column names of
      csv file.<br>
      <br>
      <br>
      <br>
      <br>
      Em 13-06-2012 14:46, José María Amuedo escreveu:<br>
    </div>
    <blockquote
cite="mid:CANVkuyhafoCZNYFXYosszepBRMDHDQwa9VnJSMRSW8NNVyny8w@mail.gmail.com"
      type="cite">Hi,<br>
      <br>
      I would like to know how can import excel file to postgresql. I'm
      working with linux OS.<br>
      <br>
      Thanks<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>