how can i import excel data into mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pcoder
    New Member
    • Jan 2007
    • 1

    how can i import excel data into mysql

    i need to import Excel data into Mysql database. How can i do it. Is there any utility or any script can do it. Thanks in advance.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Look at the following thread converting Excel to MySQL using PHP in this forum.

    Ronald :cool:

    Comment

    • catacaustic
      New Member
      • Jan 2007
      • 1

      #3
      The simplest way to use Excel imports and exports with PHP is to use the PEAR Excel functions. I've just finished working on a project where I've had to export to Excel directly from PHP, and another developer produced the import script, and it's all pretty easy wen you use this.

      Comment

      • makana
        New Member
        • Aug 2007
        • 1

        #4
        Originally posted by catacaustic
        The simplest way to use Excel imports and exports with PHP is to use the PEAR Excel functions. I've just finished working on a project where I've had to export to Excel directly from PHP, and another developer produced the import script, and it's all pretty easy wen you use this.
        hiii can u please post or send me the code for pear excel function as i am new to this so could u please help me out in it thanks a lott in advance even u can mail the code to my id makanaashish@gm ail.com thanku once again

        Comment

        • jx2
          New Member
          • Feb 2007
          • 228

          #5
          php do not have this function built in so you need to write it on your own or yous third parties resorses e.g see this website

          regards
          jx2

          Comment

          Working...