MindFusion.Wpf Pack Programmer's Guide
ExcelExporter.Export Method
See Also
 





Exports the specified workbook to the specified Excel Open XML document.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Export (
    Workbook workbook,
    string filePath
)

Visual Basic  Copy Code

Public Sub Export( _
    workbook As Workbook, _
    filePath As String _
)

 Parameters

workbook

A Workbook instance to export the data from.

filePath

A string specifying the path to the .xlsx file.

 See Also

ExcelExporter Members
ExcelExporter Class
MindFusion.Spreadsheet.Wpf Namespace