I have an excel sheet that I want to put into a MySQL database (using phpMyAdmin). I have found ways to do this by first saving the Excel sheet as a comma delineated .csv file. Problem is the excel file has some cells that already contain commas, like the address (Street, City, State Zip). I'm guessing that is not going to work? Does someone know of a way to save an excel sheet that has commas, to MySQL?