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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
withExcelFile
public ExcelObject withExcelFile(String file)
-
withSheetName
public ExcelObject withSheetName(String sheetName)
-
withValue
public ExcelObject withValue(String value)
-
withRow
public ExcelObject withRow(int row)
-
withColumn
public ExcelObject withColumn(int column)
-
withExcelWSheet
public ExcelObject withExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet)
-
withExcelWBook
public ExcelObject withExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook)
-
-