Package core.helpers.excelHelper
Class ExcelObject
java.lang.Object
core.helpers.excelHelper.ExcelObject
public class ExcelObject extends Object
-
Constructor Summary
Constructors Constructor Description ExcelObject() -
Method Summary
Modifier and Type Method Description ExcelObjectwithColumn(int column)ExcelObjectwithExcelFile(String file)ExcelObjectwithExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook)ExcelObjectwithExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet)ExcelObjectwithRow(int row)ExcelObjectwithSheetName(String sheetName)ExcelObjectwithValue(String value)
-
Constructor Details
-
ExcelObject
public ExcelObject()
-
-
Method Details
-
withExcelFile
-
withSheetName
-
withValue
-
withRow
-
withColumn
-
withExcelWSheet
-
withExcelWBook
-