public class Csv
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLUMN_SEPARATOR
column separator in csv file
|
static java.lang.String |
NAME_EXTENSION
name extension in csv filename (Area_1.csv)
|
static java.lang.String |
NAME_SEPARATOR
name separator in csv filename (Area_1.csv)
|
Constructor and Description |
---|
Csv()
Csv utility constructor
|
Modifier and Type | Method and Description |
---|---|
Cell |
cell(java.lang.String csvLine)
Getter for cell from csv line
|
java.lang.String |
csvLine(Cell cell)
Getter for a csv line from a cell to store in csv file.
|
public static java.lang.String COLUMN_SEPARATOR
public static java.lang.String NAME_SEPARATOR
public static java.lang.String NAME_EXTENSION
public Cell cell(java.lang.String csvLine)
csvLine
- a csv line of csv filepublic java.lang.String csvLine(Cell cell)
cell
- the cell to store