On Wed, 6 Jun 2001, Chris L. Gray wrote:

> Is it possible to import spreadsheet data (Excel) into MySQL? I have
> data on about 2,500 retail locations that I must place into a
> database on the web and I do not want to type them by hand if I can
> avoid it.

One way:
Save as CSV file.
Parse CSV file to create multiple inserts
Hand parsed output to mysql

Another way:
Save as CSV file
Hand CSV to mysql.  RTM :>

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to