phpExcelReader should do what you're after, otherwise have a look at http://phpexcel.codeplex.com/ which allows you to read an Excel file and extract data from cells (need to create a data filter class for the reader; it's all in the documentation with examples anyway).