XlXmlLoadOption enumeration
Office 2013 and later
Specifies how Excel opens the XML data file.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlXmlLoadPromptUser | Prompts the user to choose how to open the file. | |
| xlXmlLoadOpenXml | Opens the XML data file. The contents of the file will be flattened. | |
| xlXmlLoadImportToList | Places the contents of the XML data file in an XML list. | |
| xlXmlLoadMapXml | Displays the schema of the XML data file in the XML Structure task pane. |
Show: