Uses of Class
org.apache.poi.ss.util.CellRangeAddressBase
Packages that use CellRangeAddressBase
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
This package contains common internal POI code for manipulating formulas.
-
Uses of CellRangeAddressBase in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return CellRangeAddressBaseModifier and TypeMethodDescriptionHSSFChart.HSSFSeries.getCategoryLabelsCellRange()
HSSFChart.HSSFSeries.getValuesCellRange()
Methods in org.apache.poi.hssf.usermodel with parameters of type CellRangeAddressBaseModifier and TypeMethodDescriptionvoid
HSSFChart.HSSFSeries.setCategoryLabelsCellRange
(CellRangeAddressBase range) void
HSSFChart.HSSFSeries.setValuesCellRange
(CellRangeAddressBase range) -
Uses of CellRangeAddressBase in org.apache.poi.hssf.util
Subclasses of CellRangeAddressBase in org.apache.poi.hssf.utilModifier and TypeClassDescriptionfinal class
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address' -
Uses of CellRangeAddressBase in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return CellRangeAddressBaseMethods in org.apache.poi.ss.formula with parameters of type CellRangeAddressBaseModifier and TypeMethodDescriptionprotected boolean
WorkbookEvaluator.adjustRegionRelativeReference
(Ptg[] ptgs, CellReference target, CellRangeAddressBase region) Adjust formula relative references by the offset between the start of the given region and the given target cell.WorkbookEvaluator.evaluate
(String formula, CellReference target, CellRangeAddressBase region) Some expressions need to be evaluated in terms of an offset from the top left corner of a region, such as some data validation and conditional format expressions, when those constraints apply to contiguous cells.WorkbookEvaluator.evaluateList
(String formula, CellReference target, CellRangeAddressBase region) Some expressions need to be evaluated in terms of an offset from the top left corner of a region, such as some data validation and conditional format expressions, when those constraints apply to contiguous cells.Constructors in org.apache.poi.ss.formula with parameters of type CellRangeAddressBaseModifierConstructorDescriptionDataValidationContext
(DataValidation dv, DataValidationEvaluator dve, CellRangeAddressBase region, CellReference target) Populate the context with the necessary values. -
Uses of CellRangeAddressBase in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CellRangeAddressBaseModifier and TypeMethodDescriptionA range is returned only for the part of the table matching this enum instance and containing the given cell.TableStyleType.appliesTo
(Table table, CellReference cell) A range is returned only for the part of the table matching this enum instance and containing the given cell reference.final CellRangeAddressBase
TableStyleType.getRange
(Table table, CellReference cell) -
Uses of CellRangeAddressBase in org.apache.poi.ss.util
Subclasses of CellRangeAddressBase in org.apache.poi.ss.utilModifier and TypeClassDescriptionclass
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'Methods in org.apache.poi.ss.util with parameters of type CellRangeAddressBaseModifier and TypeMethodDescriptionboolean
CellRangeAddressBase.intersects
(CellRangeAddressBase other) Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.