| Package | Description |
|---|---|
| io.github.tuzon.java.csv.api |
| Modifier and Type | Method and Description |
|---|---|
void |
CsvWriterApi.addRow(List<String> row)
Add a row to CSV body.
|
void |
CsvWriterApi.addRow(List<String> row,
int index)
Add a row to CSV body in index.
|
void |
CsvWriterApi.addRows(List<List<String>> rowList)
Add a row to CSV body.
|
void |
CsvWriterApi.removeRow(int index)
Remove a row from CSV body in index place.
|
void |
CsvWriterApi.save()
Save CSV to file.
|
void |
CsvWriterApi.setHeaders(List<String> headerList)
Set CSV headers.
|
Copyright © 2019. All rights reserved.