I'm launching a new site soon called Pets Complete. I need someone to design a script that will pull products out of an excel spreadsheet and put them into a zencart database? I'm used to ASP but don't really mind if it is in php either. My server does support both, but not ASP.NET unless absolutely necessary.
you will be much better off converting the excel file to a CSV (use Save As) and using that to insert. dont do php but there are plenty of examples like http://scripts.ringsworld.com/database-tools/csv-importer/csv-importer.php.html