You could use phpMyAdmin and import it from the excel document maybe, or import the document from the command line. Or if you are using phpMyAdmin you could just type the data directly from there they same as you would into the Excel spreadsheet (once you setup the db). You could also write a php script that takes the info from a webform and puts it in the db directly, yet again cutting out the excel thing.