public class PoiCellData extends CellData
CellData.CellType, CellData.FormulaStrategy
area, 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 |
---|---|
protected void |
clearCellValue(org.apache.poi.ss.usermodel.Cell poiCell) |
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, updateFormulaValue
public 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)
protected void clearCellValue(org.apache.poi.ss.usermodel.Cell poiCell)
Copyright © 2023. All rights reserved.