Uses of Class
core.helpers.excelHelper.ExcelObject
-
Packages that use ExcelObject Package Description core.helpers core.helpers.excelHelper core.helpers.legacy core.support.listeners -
-
Uses of ExcelObject in core.helpers
Methods in core.helpers that return ExcelObject Modifier and Type Method Description static ExcelObjectHelper. excel_setExcelFile(ExcelObject excel)gets the excel file And the work sheetMethods in core.helpers with parameters of type ExcelObject Modifier and Type Method Description static StringHelper. excel_getCellData(ExcelObject excel)This method is to read the test data from the Excel cell, in this we are passing parameters as Row num And Col numstatic List<String>Helper. excel_getColumData(ExcelObject excel)returns all the column data as array list of stringstatic voidHelper. excel_setCellData(ExcelObject excel)This method is to write in the Excel cell, Row num And Col num are the parametersstatic ExcelObjectHelper. excel_setExcelFile(ExcelObject excel)gets the excel file And the work sheetMethod parameters in core.helpers with type arguments of type ExcelObject Modifier and Type Method Description static voidHelper. excel_setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.helpers.excelHelper
Methods in core.helpers.excelHelper that return ExcelObject Modifier and Type Method Description static ExcelObjectExcelHelper. setExcelFile(ExcelObject excel)gets the excel file And the work sheetExcelObjectExcelObject. withColumn(int column)ExcelObjectExcelObject. withExcelFile(String file)ExcelObjectExcelObject. withExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook)ExcelObjectExcelObject. withExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet)ExcelObjectExcelObject. withRow(int row)ExcelObjectExcelObject. withSheetName(String sheetName)ExcelObjectExcelObject. withValue(String value)Methods in core.helpers.excelHelper with parameters of type ExcelObject Modifier and Type Method Description static StringExcelHelper. getCellData(ExcelObject excel)This method is to read the test data from the Excel cell, in this we are passing parameters as Row num And Col numstatic List<String>ExcelHelper. getColumData(ExcelObject excel)returns all the column data as array list of stringstatic voidExcelHelper. setCellData(ExcelObject excel)This method is to write in the Excel cell, Row num And Col num are the parametersstatic ExcelObjectExcelHelper. setExcelFile(ExcelObject excel)gets the excel file And the work sheetMethod parameters in core.helpers.excelHelper with type arguments of type ExcelObject Modifier and Type Method Description static voidExcelHelper. setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.helpers.legacy
Methods in core.helpers.legacy that return ExcelObject Modifier and Type Method Description static ExcelObjectHelper. excel_setExcelFile(ExcelObject excel)gets the excel file And the work sheetMethods in core.helpers.legacy with parameters of type ExcelObject Modifier and Type Method Description static StringHelper. excel_getCellData(ExcelObject excel)This method is to read the test data from the Excel cell, in this we are passing parameters as Row num And Col numstatic List<String>Helper. excel_getColumData(ExcelObject excel)returns all the column data as array list of stringstatic voidHelper. excel_setCellData(ExcelObject excel)This method is to write in the Excel cell, Row num And Col num are the parametersstatic ExcelObjectHelper. excel_setExcelFile(ExcelObject excel)gets the excel file And the work sheetMethod parameters in core.helpers.legacy with type arguments of type ExcelObject Modifier and Type Method Description static voidHelper. excel_setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.support.listeners
Fields in core.support.listeners with type parameters of type ExcelObject Modifier and Type Field Description static List<ExcelObject>RetryTest. exceList
-