_Workbook.SaveAsXMLData(String, XmlMap) Method

Definition

Exports the data that has been mapped to the specified XML schema map to an XML data file.

public:
 void SaveAsXMLData(System::String ^ Filename, Microsoft::Office::Interop::Excel::XmlMap ^ Map);
public void SaveAsXMLData (string Filename, Microsoft.Office.Interop.Excel.XmlMap Map);
Public Sub SaveAsXMLData (Filename As String, Map As XmlMap)

Parameters

Filename
String

Required String. A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.

Map
XmlMap

Required XmlMap object. The schema map to apply to the data.

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

This method will result in a run-time error if Excel cannot export data with the specified schema map. To check whether Excel can use the specified schema map to export data, use the IsExportable property.

Applies to