Uses of Class
org.jxls.common.CellRef
Packages that use CellRef
Package
Description
-
Uses of CellRef in org.jxls.area
Methods in org.jxls.area that return CellRefModifier and TypeMethodDescriptionCommandData.getSourceStartCellRef()Area.getStartCellRef()CommandData.getStartCellRef()XlsArea.getStartCellRef()Methods in org.jxls.area with parameters of type CellRefModifier and TypeMethodDescriptionvoidCommandData.setSourceStartCellRef(CellRef sourceStartCellRef) voidCommandData.setStartCellRef(CellRef startCellRef) Constructors in org.jxls.area with parameters of type CellRefModifierConstructorDescriptionCommandData(CellRef startCellRef, Size size, Command command) XlsArea(CellRef startCell, CellRef endCell, Transformer transformer) XlsArea(CellRef startCellRef, Size size, List<CommandData> commandDataList, Transformer transformer) XlsArea(CellRef startCellRef, Size size, Transformer transformer) -
Uses of CellRef in org.jxls.builder.xls
Methods in org.jxls.builder.xls with parameters of type CellRef -
Uses of CellRef in org.jxls.command
Methods in org.jxls.command that return CellRefModifier and TypeMethodDescriptionCellRefGenerator.generateCellRef(int index, Context context, JxlsLogger logger) DynamicSheetNameGenerator.generateCellRef(int index, Context context, JxlsLogger logger) SheetNameGenerator.generateCellRef(int index, Context context, JxlsLogger logger) Methods in org.jxls.command with parameters of type CellRefModifier and TypeMethodDescriptionApplies a command at the given cell referencevoidCellDataUpdater.updateCellData(CellData cellData, CellRef targetCell, Context context) Constructors in org.jxls.command with parameters of type CellRefModifierConstructorDescriptionDynamicSheetNameGenerator(String sheetNameExpression, CellRef startCellRef) SheetNameGenerator(List<String> sheetNames, CellRef startCellRef) -
Uses of CellRef in org.jxls.common
Fields in org.jxls.common declared as CellRefMethods in org.jxls.common that return CellRefModifier and TypeMethodDescriptionCellRange.getCell(int row, int col) CellData.getCellRef()AreaRef.getFirstCellRef()AreaRef.getLastCellRef()CellRef.setCol(int col) CellRef.setIgnoreSheetNameInFormat(boolean ignoreSheetNameInFormat) CellRef.setIsColAbs(boolean isColAbs) CellRef.setIsRowAbs(boolean isRowAbs) CellRef.setRow(int row) CellRef.setSheetName(String sheetName) Methods in org.jxls.common that return types with arguments of type CellRefMethods in org.jxls.common with parameters of type CellRefModifier and TypeMethodDescriptionbooleanCellData.addTargetPos(CellRef cellRef) voidAreaListener.afterApplyAtCell(CellRef cellRef, Context context) voidAreaListener.afterTransformCell(CellRef srcCell, CellRef targetCell, Context context) voidAreaListener.beforeApplyAtCell(CellRef cellRef, Context context) voidAreaListener.beforeTransformCell(CellRef srcCell, CellRef targetCell, Context context) intintintbooleanbooleanCellRange.requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) Constructors in org.jxls.common with parameters of type CellRefModifierConstructorDescriptionCellData(CellRef cellRef, CellData.CellType cellType, Object cellValue) Copy constructor -
Uses of CellRef in org.jxls.common.cellshift
Methods in org.jxls.common.cellshift with parameters of type CellRefModifier and TypeMethodDescriptionbooleanAdjacentCellShiftStrategy.requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) booleanCellShiftStrategy.requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) booleanInnerCellShiftStrategy.requiresColShifting(CellRef cell, int startRow, int endRow, int startColShift) booleanAdjacentCellShiftStrategy.requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift) booleanCellShiftStrategy.requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift) booleanInnerCellShiftStrategy.requiresRowShifting(CellRef cell, int startCol, int endCol, int startRowShift) -
Uses of CellRef in org.jxls.formula
Methods in org.jxls.formula that return types with arguments of type CellRefModifier and TypeMethodDescriptionAbstractFormulaProcessor.buildJointedCellRefMap(Transformer transformer, CellData formulaCellData) AbstractFormulaProcessor.buildTargetCellRefMap(Transformer transformer, Area area, CellData formulaCellData) AbstractFormulaProcessor.buildTargetCellRefMap(Transformer transformer, Area area, CellData formulaCellData) AbstractFormulaProcessor.createTargetCellRefListByColumn(CellRef targetFormulaCellRef, List<CellRef> targetCells, List<CellRef> cellRefsToExclude) Creates a list of target formula cell referencesAbstractFormulaProcessor.groupByColRange(List<CellRef> cellRefList) Groups a list of cell references in a column into a list of rangesAbstractFormulaProcessor.groupByRanges(List<CellRef> cellRefList, int targetRangeCount) Groups a list of cell references into a list ranges which can be used in a formula substitutionAbstractFormulaProcessor.groupByRowRange(List<CellRef> cellRefList) Groups a list of cell references in a row into a list of rangesMethods in org.jxls.formula with parameters of type CellRefModifier and TypeMethodDescriptionAbstractFormulaProcessor.createTargetCellRefListByColumn(CellRef targetFormulaCellRef, List<CellRef> targetCells, List<CellRef> cellRefsToExclude) Creates a list of target formula cell referencesMethod parameters in org.jxls.formula with type arguments of type CellRefModifier and TypeMethodDescriptionAbstractFormulaProcessor.createTargetCellRefListByColumn(CellRef targetFormulaCellRef, List<CellRef> targetCells, List<CellRef> cellRefsToExclude) Creates a list of target formula cell referencesAbstractFormulaProcessor.groupByColRange(List<CellRef> cellRefList) Groups a list of cell references in a column into a list of rangesAbstractFormulaProcessor.groupByRanges(List<CellRef> cellRefList, int targetRangeCount) Groups a list of cell references into a list ranges which can be used in a formula substitutionAbstractFormulaProcessor.groupByRowRange(List<CellRef> cellRefList) Groups a list of cell references in a row into a list of rangesprotected StringAbstractFormulaProcessor.sheetNameRegex(Map.Entry<CellRef, List<CellRef>> cellRefEntry) protected StringAbstractFormulaProcessor.sheetNameRegex(Map.Entry<CellRef, List<CellRef>> cellRefEntry) -
Uses of CellRef in org.jxls.transform
Methods in org.jxls.transform that return types with arguments of type CellRefModifier and TypeMethodDescriptionAbstractTransformer.getTargetCellRef(CellRef cellRef) Transformer.getTargetCellRef(CellRef cellRef) TransformerDelegator.getTargetCellRef(CellRef cellRef) Methods in org.jxls.transform with parameters of type CellRefModifier and TypeMethodDescriptionvoidAbstractTransformer.adjustTableSize(CellRef ref, Size size) voidTransformer.adjustTableSize(CellRef ref, Size size) voidTransformerDelegator.adjustTableSize(CellRef ref, Size size) voidvoidAbstractTransformer.getCellData(CellRef cellRef) Transformer.getCellData(CellRef cellRef) TransformerDelegator.getCellData(CellRef cellRef) AbstractTransformer.getTargetCellRef(CellRef cellRef) Transformer.getTargetCellRef(CellRef cellRef) TransformerDelegator.getTargetCellRef(CellRef cellRef) voidTransformer.setFormula(CellRef cellRef, String formulaString) voidTransformerDelegator.setFormula(CellRef cellRef, String formulaString) voidTransformer.transform(CellRef srcCellRef, CellRef targetCellRef, Context context, boolean updateRowHeight) voidTransformerDelegator.transform(CellRef srcCellRef, CellRef targetCellRef, Context context, boolean updateRowHeight)