One of the plugins I looked for to import an Excel file into a MySQL database is at
http://code.google.com/p/php-excel-reader/.
Because of the tool's strength, the whole excel file's contents are displayed in HTML. To enter the data into the database, I believe I only need to read the Excel file and extract its information, for instance into an array.
Are there any reliable codes and packages?