Search
ExcelExporter.Export Method (Diagram, Stream)
See Also
 





Creates an XLSX file representing the specified diagram.

Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Excel

 Syntax

C#  Copy Code

public void Export (
    Diagram diagram,
    Stream stream
)

Visual Basic  Copy Code

Public Sub Export( _
    diagram As Diagram, _
    stream As Stream _
)

 Parameters

diagram

A reference to the Diagram that will be exported.

stream
Output System.IO.Stream to which to write the Excel data.

 See Also