Search
CalcExporter.Export Method
See Also
 






Exports the specified workbook to the specified OpenOffice Calc spreadsheet.

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 .ods file.

 See Also