Search
CsvImporter.importData Method (String, Worksheet)
See Also
 






Imports the specified CSV file into the specified worksheet.

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

 Syntax

Java  Copy Code

public boolean importData (
    String filePath,
    Worksheet worksheet
)

 Parameters

filePath

A string specifying the path to the CSV file.

worksheet

The Worksheet instance where to import the data.

 Return Value

true if the data was successfully loaded; otherwise, false.

 See Also