XlXmlLoadOption enumeration

Specifies how Excel opens the XML data file.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlXmlLoadPromptUserPrompts the user to choose how to open the file.
xlXmlLoadOpenXmlOpens the XML data file. The contents of the file will be flattened.
xlXmlLoadImportToListPlaces the contents of the XML data file in an XML list.
xlXmlLoadMapXmlDisplays the schema of the XML data file in the XML Structure task pane.
Show: