Uses of Class
core.helpers.excelHelper.ExcelObject
Packages that use ExcelObject
Package
Description
-
Uses of ExcelObject in core.helpers
Methods in core.helpers that return ExcelObjectModifier and TypeMethodDescriptionstatic ExcelObjectHelper.excel_setExcelFile(ExcelObject excel) gets the excel file And the work sheetMethods in core.helpers with parameters of type ExcelObjectModifier and TypeMethodDescriptionstatic 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 numHelper.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 ExcelObjectModifier and TypeMethodDescriptionstatic voidHelper.excel_setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.helpers.excelHelper
Methods in core.helpers.excelHelper that return ExcelObjectModifier and TypeMethodDescriptionstatic ExcelObjectExcelHelper.setExcelFile(ExcelObject excel) gets the excel file And the work sheetExcelObject.withColumn(int column) ExcelObject.withExcelFile(String file) ExcelObject.withExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook) ExcelObject.withExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet) ExcelObject.withRow(int row) ExcelObject.withSheetName(String sheetName) Methods in core.helpers.excelHelper with parameters of type ExcelObjectModifier and TypeMethodDescriptionstatic 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 numExcelHelper.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 ExcelObjectModifier and TypeMethodDescriptionstatic voidExcelHelper.setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.helpers.legacy
Methods in core.helpers.legacy that return ExcelObjectModifier and TypeMethodDescriptionstatic ExcelObjectHelper.excel_setExcelFile(ExcelObject excel) gets the excel file And the work sheetMethods in core.helpers.legacy with parameters of type ExcelObjectModifier and TypeMethodDescriptionstatic 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 numHelper.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 ExcelObjectModifier and TypeMethodDescriptionstatic voidHelper.excel_setCellData(List<ExcelObject> excelObjects) -
Uses of ExcelObject in core.support.listeners
Fields in core.support.listeners with type parameters of type ExcelObject