Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream.
Saves the data on the sheet to the specified XML stream.
Overload List
Overload | Description |
SaveXml(Stream,Stream) | Saves the data on the sheet to the specified XML stream and the schema to the specified schema stream. |
SaveXml(String,String) | Saves the data on the sheet to the specified XML file and the schema to the specified schema file. |
SaveXml(Stream) | Saves the data on the sheet to the specified XML stream. |
SaveXml(String) | Saves the data on the sheet to the specified XML file. |
See Also