_Workbook.SaveAsXMLData(String, XmlMap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.