Receives values parsed from CSV file.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public interface RowReceiver |
RemarksAn object implementing this interface can be passed as argument to the importData method of CsvImporter.
See Also