Search
CsvExporter.Export Method (Worksheet, String)
See Also
 






Exports the specified worksheet to the specified CSV file.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Export (
    string filePath,
    Worksheet worksheet
)

Visual Basic  Copy Code

Public Sub Export( _
    filePath As String, _
    worksheet As Worksheet _
)

 Parameters

worksheet

The worksheet to export the data from.

filePath

A string specifying the path to the .csv file.

 See Also