Uses of Class
core.helpers.csvHelper.CsvObject
Packages that use CsvObject
-
Uses of CsvObject in core.helpers.csvHelper
Methods in core.helpers.csvHelper that return CsvObjectModifier and TypeMethodDescriptionCsvObject.withColumn(int column) CsvObject.withCsvFile(String csvFile) CsvObject.withCsvPath(String path) CsvObject.withRow(int row) Methods in core.helpers.csvHelper with parameters of type CsvObjectModifier and TypeMethodDescriptionvoidadds row to csv file file path: csv.path + csv.csvFile using csvObject eg.voidCsvHelper.getAllCsvData(String filePath, CsvObject csv) gets all csv data in list of string arraysCsvHelper.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.