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






Imports the specified CSV stream into the specified worksheet.

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

 Syntax

Java  Copy Code

public boolean importData (
    InputStream stream,
    Worksheet worksheet
)

 Parameters

stream

A stream containing the CSV contents.

worksheet

The Worksheet instance where to import the data.

 Return Value

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

 See Also