Uses of Class
core.helpers.csvHelper.CsvObject
-
Packages that use CsvObject Package Description core.helpers.csvHelper -
-
Uses of CsvObject in core.helpers.csvHelper
Methods in core.helpers.csvHelper that return CsvObject Modifier and Type Method Description CsvObjectCsvObject. withColumn(int column)CsvObjectCsvObject. withCsvFile(String csvFile)CsvObjectCsvObject. withCsvPath(String path)CsvObjectCsvObject. withRow(int row)CsvObjectCsvObject. withValue(String[] value)Methods in core.helpers.csvHelper with parameters of type CsvObject Modifier and Type Method Description voidCsvHelper. AddRow(CsvObject csv)adds row to csv file file path: csv.path + csv.csvFile using csvObject eg.voidCsvHelper. appendCsv(CsvObject csv)List<String[]>CsvHelper. getAllCsvData(String filePath, CsvObject csv)gets all csv data in list of string arraysStringCsvHelper. getCellData(CsvObject csv)gets single cell data in csv filevoidCsvHelper. writeNewCsv(CsvObject csv)file path: csv.path + csv.csvFile using csvObjectvoidCsvHelper. writeToCell(CsvObject csv, String value)update cell based on row and column.voidCsvHelper. writeToCell(CsvObject csv, String value, String csvPath)update cell based on row and column.
-