The process for importing coordinate data from Microsoft Excel worksheets is very similar to importing data from ASCII coordinate files. The main difference is that there is no need to specify how to parse records and fields. The coordinate information should be organized in rows and columns, each row being a separate coordinate and each column being a specific field.
NOTE: The first line in the Excel file is assumed to contain column headings and is skipped when the file is read.