Originally posted by Ludovic Hirlimann:
format your data to the csv format (ie column are ; separated and each line is a line in your excell sheets).
You'd be better off using tab-delimited, if for no other reason that a user can easily put a comma in an INPUT field (e.g. "123 Some Street, Apt 234"), which would screw up the field delimiters in a CSV file.