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
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Sub SaveAsXMLData ( _
Filename As String, _
Map As XmlMap _
)
void SaveAsXMLData(
string Filename,
XmlMap Map
)
Parameters
Filename
Type: System.StringThe 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: XmlMapAn 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.