public class ExcelCell extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ExcelCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Workbook wb,
int row,
int col,
FileInputStream inputStream,
FileOutputStream outputStream,
String sCompleteFileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTextValue() |
String |
getValue() |
boolean |
setCellValue(String sText) |
boolean |
setCellValue(String sText,
boolean autoSizeColoumn) |
void |
setFillColor(String fillColor) |
void |
setFontColor(String fontColor) |
void |
setFullBorder(String fillColor) |
boolean |
setText(String sText) |
boolean |
setText(String sText,
boolean autoSizeColoumn) |
protected ExcelCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Workbook wb,
int row,
int col,
FileInputStream inputStream,
FileOutputStream outputStream,
String sCompleteFileName)
public boolean setText(String sText)
public boolean setCellValue(String sText)
public boolean setCellValue(String sText, boolean autoSizeColoumn)
sText - autoSizeColoumn - public boolean setText(String sText, boolean autoSizeColoumn)
sText - autoSizeColoumn - public void setFontColor(String fontColor)
public void setFillColor(String fillColor)
public void setFullBorder(String fillColor)
public String getValue()
public String getTextValue()
Copyright © 2022. All rights reserved.