Posts: 133
Location: durango, colorado
|
I'm working on a very similar situation, but using PHP and mySQL. I built a simple uploader for the client to upload the excel file as a csv file. The same script sent me an email telling me to import it using mysqlimport -p -v -d --local --fields-terminated-by=','
--lines-terminated-by='\n' etc.... i'm sure if i was less lazy i could make this automated, but to make a long story short, putting excel files into databases works well.
__________________
_______________________________
Feeling down? listen to Please login or register to view this content. Registration is FREE
|