Re: excel spreadsheet to mysql

2002-07-06 Thread Keith Yoder
You could save it as a cvs file and inport it using LOAD DATA INFILE - Original Message - From: "chris ochap" <[EMAIL PROTECTED]> To: "Mailing List MySQL" <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 6:26 PM Subject: excel spreadsheet to mysql > is there a way to import a large exce

Re: excel spreadsheet to mysql

2002-07-05 Thread Benjamin Pflugmann
Hi. Export it as CSV file and import it to MySQL, e.g. using LOAD DATA INFILE. Greetings, Benjamin. On Fri 2002-07-05 at 13:26:26 -0800, [EMAIL PROTECTED] wrote: > is there a way to import a large excel spreadsheet into mysql? thanks. > > chris. > -- [EMAIL PROTECTED] --