excel to mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amit007
    New Member
    • May 2007
    • 3

    excel to mysql

    hiiiiiiiiiiiiii iiiii,
    i need to write a code to convert excel data into mysql.
    plz help me.
    thanks in advance
  • devsusen
    New Member
    • Feb 2007
    • 136

    #2
    Hi,
    search PEAR for Excel file reader package.

    Originally posted by amit007
    hiiiiiiiiiiiiii iiiii,
    i need to write a code to convert excel data into mysql.
    plz help me.
    thanks in advance
    susen

    Comment

    • amit007
      New Member
      • May 2007
      • 3

      #3
      thanx for reply
      i have solved it with
      "LOAD DATA LOCAL INFILE 'c:/1.txt' INTO TABLE aa FIELDS TERMINATED BY '%%' lines terminated by '/n' ";

      Comment

      Working...