Search
RowReceiver Interface
Remarks See Also
 






Receives values parsed from CSV file.

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

 Syntax

Java  Copy Code

public interface RowReceiver

 Remarks

An object implementing this interface can be passed as argument to the importData method of CsvImporter.

 See Also