Uses of Class
org.jxls.common.CellData
Packages that use CellData
Package
Description
-
Uses of CellData in org.jxls.builder.xls
Methods in org.jxls.builder.xls with parameters of type CellDataModifier and TypeMethodDescriptionprotected abstract List<CommandData>AbstractAreaBuilder.buildCommands(Transformer transformer, CellData cellData, String text) protected List<CommandData>XlsCommentAreaBuilder.buildCommands(Transformer transformer, CellData cellData, String text) -
Uses of CellData in org.jxls.command
Methods in org.jxls.command with parameters of type CellDataModifier and TypeMethodDescriptionvoidCellDataUpdater.updateCellData(CellData cellData, CellRef targetCell, Context context) -
Uses of CellData in org.jxls.common
Methods in org.jxls.common that return CellDataMethods in org.jxls.common that return types with arguments of type CellDataMethods in org.jxls.common with parameters of type CellData -
Uses of CellData in org.jxls.formula
Methods in org.jxls.formula with parameters of type CellDataModifier and TypeMethodDescriptionAbstractFormulaProcessor.buildJointedCellRefMap(Transformer transformer, CellData formulaCellData) AbstractFormulaProcessor.buildTargetCellRefMap(Transformer transformer, Area area, CellData formulaCellData) protected org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContextAbstractFormulaProcessor.createFormulaProcessorContext(CellData formulaCellData, Transformer transformer, Area area) protected voidAbstractFormulaProcessor.processTargetFormula(CellData formulaCellData, org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContext fpc) protected abstract voidAbstractFormulaProcessor.processTargetFormulaCell(int i, CellData formulaCellData, org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContext fpc) protected voidFastFormulaProcessor.processTargetFormulaCell(int i, CellData formulaCellData, org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContext fpc) protected voidStandardFormulaProcessor.processTargetFormulaCell(int i, CellData formulaCellData, org.jxls.formula.AbstractFormulaProcessor.FormulaProcessorContext fpc) protected voidAbstractFormulaProcessor.processTargetFormulaCells(CellData formulaCellData, Transformer transformer, Area area) -
Uses of CellData in org.jxls.transform
Methods in org.jxls.transform that return CellDataModifier and TypeMethodDescriptionAbstractTransformer.getCellData(CellRef cellRef) Transformer.getCellData(CellRef cellRef) TransformerDelegator.getCellData(CellRef cellRef) Methods in org.jxls.transform that return types with arguments of type CellDataModifier and TypeMethodDescriptionTransformer.getCommentedCells()TransformerDelegator.getCommentedCells()AbstractTransformer.getFormulaCells()Transformer.getFormulaCells()TransformerDelegator.getFormulaCells()