i need a php program coded to do the following: read an Excel spreadsheet by item number and if the item number exists on my products table, update the price, if it doesn't exist, create a new product record from fields in the spreadsheet. after going through all the records on the spreadsheet, if an item exists on the database that is not in the spreadsheet (for a particular distributor), delete the product record. obviously there will be more particulars but this is the general concept. please PM me your bid, expertise, availability, and references. Thanks.
Not really interested in the job, I would just tip you about using CSV instead of Excel files. Easier to use in PHP, no need for other libraries, and you can save as CSV directly from Excel.