public class PoiCellData extends CellData
CellData.CellType, CellData.FormulaStrategyarea, cellRef, cellType, cellValue, evaluationResult, formula, JX_PARAMS_PREFIX, targetCellType| Constructor and Description |
|---|
PoiCellData(CellRef cellRef) |
PoiCellData(CellRef cellRef,
org.apache.poi.ss.usermodel.Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
static PoiCellData |
createCellData(PoiRowData poiRowData,
CellRef cellRef,
org.apache.poi.ss.usermodel.Cell cell) |
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
void |
readCell(org.apache.poi.ss.usermodel.Cell cell) |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) |
void |
writeToCell(org.apache.poi.ss.usermodel.Cell cell,
Context context,
PoiTransformer transformer) |
addTargetParentAreaRef, addTargetPos, equals, evaluate, getArea, getAttrMap, getCellComment, getCellRef, getCellType, getCellValue, getCol, getDefaultValue, getEvaluatedFormulas, getFormula, getFormulaStrategy, getRow, getSheetName, getTargetParentAreaRef, getTargetPos, getTransformer, hashCode, isFormulaCell, isJointedFormulaCell, isJxlsParamsComment, isParameterizedFormulaCell, processJxlsParams, resetTargetPos, setArea, setAttrMap, setCellComment, setCellType, setDefaultValue, setEvaluatedFormulas, setEvaluationResult, setFormula, setFormulaStrategy, setTransformer, toString, updateFormulaValuepublic PoiCellData(CellRef cellRef)
public PoiCellData(CellRef cellRef, org.apache.poi.ss.usermodel.Cell cell)
public static PoiCellData createCellData(PoiRowData poiRowData, CellRef cellRef, org.apache.poi.ss.usermodel.Cell cell)
public void readCell(org.apache.poi.ss.usermodel.Cell cell)
public org.apache.poi.ss.usermodel.CellStyle getCellStyle()
public void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle)
public void writeToCell(org.apache.poi.ss.usermodel.Cell cell,
Context context,
PoiTransformer transformer)
Copyright © 2020. All rights reserved.