![]() Preserved Topic: Excel and MySQL (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Earth |
![]() Ok, I know I've seen something similar to this question before but I'm not sure where, anyway is it possible to convert an excel document into a mysql table on the fly? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Save the file as a csv (comma seperated values), then upload or save the file to your server |
Paranoid (IV) Inmate From: Earth |
![]() thanks bitdamaged, I'll give this a try. |