

| • | Worksheet -- Choose one of the available worksheets. |
| • | First row contains field names -- If checked the default column headers are replaced by the content of the first row. |
| • | Values -- The first 5 rows in the Excel file are displayed in tabular form. The headers show how data found in the Excel file is mapped to XML: |
|
< |
Data in column is mapped to XML elements (<element>...</element>). |
|
@ |
Data in column is mapped to XML attributes (attribute="..."). |
|
[ |
Data in column is mapped to XML CDATA Sections (<![CDATA[[...]]>). |
|
! |
Data in column is mapped to XML Comments (<!--...-->). |
|
x |
Data in column is not used. |
| • | Preview -- An example of what the generated XML will look like. |