Well you have a couple options, you could export the Excel file to a
delimited text file and then import into MySQL. You could also just use the
Excel file and import directly into MySQL with the use of MyODBC and MS
Access. That's all I can think of right now. Either way would work fine I
believe.
> -----Original Message-----
> From: Yeong CN [mailto:tzeen@stripped]
> Sent: Thursday, August 02, 2001 10:43 PM
> To: mysql@stripped
> Subject: How to add an excel file directly to MySQL database
> using PHP?
>
>
> How can I add an excel file with *.xls extension
> directly into MySQL database..is it possible to do or
> I need to convert it into *.csv format or *.txt format
> first?