> I would like to access an Excel spreadsheet to find a particular record, and > then display that record only. The spreadsheet is large - 10 000 records, so > displaying them all is not an option. That will be a performance nightmare. Is it acceptable to export it into MySQL and then use an Ajax autocomplete function?