| Package | Description |
|---|---|
| org.aoju.bus.core.text.csv |
| Modifier and Type | Method and Description |
|---|---|
CsvRow |
CsvData.getRow(int index)
Returns a CsvRow by its index (starting with 0).
|
CsvRow |
CsvParser.nextRow()
读取下一行数据
|
| Modifier and Type | Method and Description |
|---|---|
List<CsvRow> |
CsvData.getRows()
Returns an unmodifiable list of rows.
|
| Constructor and Description |
|---|
CsvData(List<String> header,
List<CsvRow> rows) |
Copyright © 2020. All rights reserved.