public class ExcelObject extends Object
| Constructor and Description |
|---|
ExcelObject() |
| Modifier and Type | Method and Description |
|---|---|
ExcelObject |
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) |
ExcelObject |
withValue(String value) |
public ExcelObject withExcelFile(String file)
public ExcelObject withSheetName(String sheetName)
public ExcelObject withValue(String value)
public ExcelObject withRow(int row)
public ExcelObject withColumn(int column)
public ExcelObject withExcelWSheet(org.apache.poi.xssf.usermodel.XSSFSheet ExcelWSheet)
public ExcelObject withExcelWBook(org.apache.poi.xssf.usermodel.XSSFWorkbook ExcelWBook)
Copyright © 2021. All rights reserved.