hello,
did anyone know what I can do to import a excel sheet into mysql through a php script?
many thx in advance for any requests.
Andy
Do you have the table created already or are you wanting to create the table on the fly also?
Originally posted by madd_maxx did anyone know what I can do to import a excel sheet into mysql through a php script?
export the Excel spreadsheet to CSV or TAB then use PHP to read in the file line by line entering it in to a DB....
many thx.... thats the way to do it. thx :-)