Search
CsvExporter.export Method
See Also
 






Exports the specified worksheet to the specified CSV file.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void export (
    Worksheet worksheet,
    String filePath
)

 Parameters

worksheet

The worksheet to export the data from.

filePath

A string specifying the path to the CSV file.

 See Also