WorkbookExportXml Method (String, Stream) |
Export XML data.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void ExportXml(
string mapName,
Stream stream
)
Public Sub ExportXml (
mapName As String,
stream As Stream
)
public:
void ExportXml(
String^ mapName,
Stream^ stream
)
member ExportXml :
mapName : string *
stream : Stream -> unit
Parameters
- mapName
- Type: SystemString
name of the XML map that need to be exported - stream
- Type: System.IOStream
the export stream
See Also