Workbook.SaveAsXMLData Method
Exports the data that has been mapped to the specified XML schema map to an XML data file.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Sub SaveAsXMLData ( _
Filename As String, _
Map As XmlMap _
)
void SaveAsXMLData(
string Filename,
XmlMap Map
)
Parameters
- Filename
Type: System.String
The name of the file to be saved. You can include a full path; if you do not, Microsoft Office Excel saves the file in the current folder.
- Map
Type: Microsoft.Office.Interop.Excel.XmlMap
An XmlMap object. The schema map to apply to the data.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.