Eğer xls dosyanız çok büyük değilse ;
http://coursesweb.net/php-mysql/read...le-data-php_pc şunu kullanabilirsiniz.
include 'excel_reader.php'; // include the class
$excel = new PhpExcelReader; // creates object instance of the class
$excel->read('excel_file.xls'); // reads and stores the excel file dataeğer sadece bir satırı istiyorsanız $excel->sheets-> şeklinde SHEET->cells->SATIR->STUN şekilinde erişirsiniz.