public class ExcelWorkSheet extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExcelWorkSheet(org.apache.poi.ss.usermodel.Sheet sheet,
String sheetName,
org.apache.poi.ss.usermodel.Workbook wb,
FileInputStream inputStream,
FileOutputStream outputStream,
String sCompleteFileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
protected ExcelWorkSheet |
addSheet(String sSheetName) |
protected void |
addSheets(String[] strArrSheets) |
ExcelCell |
cell(int row,
int col) |
boolean |
clearContents() |
int |
getColNumber() |
int |
getRowNumber() |
String |
getSheetName() |
ExcelRow |
row(int row) |
void |
saveWorkBook() |
protected ExcelWorkSheet(org.apache.poi.ss.usermodel.Sheet sheet,
String sheetName,
org.apache.poi.ss.usermodel.Workbook wb,
FileInputStream inputStream,
FileOutputStream outputStream,
String sCompleteFileName)
sheet - sheetName - wb - inputStream - outputStream - sCompleteFileName - public void activate()
protected ExcelWorkSheet addSheet(String sSheetName)
sSheetName - public void saveWorkBook()
protected void addSheets(String[] strArrSheets)
strArrSheets - public boolean clearContents()
public int getColNumber()
public int getRowNumber()
public String getSheetName()
public ExcelCell cell(int row, int col)
row - col - public ExcelRow row(int row)
row - Copyright © 2022. All rights reserved.