public class HssfCellWrapper extends java.lang.Object implements POICellAction
构造器和说明 |
---|
HssfCellWrapper(com.fr.third.org.apache.poi.hssf.usermodel.HSSFCell hssfCell) |
限定符和类型 | 方法和说明 |
---|---|
com.fr.third.org.apache.poi.hssf.usermodel.HSSFCell |
getCell() |
java.lang.String |
getCellFormula() |
void |
setCellFormula(java.lang.String contentFormula) |
void |
setCellType(int cellType) |
void |
setCellValue(double cellValue) |
void |
setCellValue(java.lang.String cellValue) |
public HssfCellWrapper(com.fr.third.org.apache.poi.hssf.usermodel.HSSFCell hssfCell)
public com.fr.third.org.apache.poi.hssf.usermodel.HSSFCell getCell()
getCell
在接口中 POICellAction
public void setCellValue(java.lang.String cellValue)
setCellValue
在接口中 POICellAction
public void setCellType(int cellType)
setCellType
在接口中 POICellAction
public void setCellFormula(java.lang.String contentFormula)
setCellFormula
在接口中 POICellAction
public java.lang.String getCellFormula()
getCellFormula
在接口中 POICellAction
public void setCellValue(double cellValue)
setCellValue
在接口中 POICellAction