public class CSVReader
| Constructor and description |
|---|
CSVReader
(String sourceUrl, CSVSeparator separator, boolean containHeader) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getColumnCount() |
|
public int |
getColumnIndex(String columnName) |
|
public String[] |
getColumnNames() |
|
public List<List<String>> |
getData()Get all available data, include header row, care should be taken when call this method |