Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.hssf.util |
The util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util |
Modifier and Type | Method and Description |
---|---|
CellRangeAddressBase |
HSSFChart.HSSFSeries.getCategoryLabelsCellRange() |
CellRangeAddressBase |
HSSFChart.HSSFSeries.getValuesCellRange() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFChart.HSSFSeries.setCategoryLabelsCellRange(CellRangeAddressBase range) |
void |
HSSFChart.HSSFSeries.setValuesCellRange(CellRangeAddressBase range) |
Modifier and Type | Class and Description |
---|---|
class |
CellRangeAddress8Bit
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
|
Modifier and Type | Method and Description |
---|---|
CellRangeAddressBase |
DataValidationEvaluator.DataValidationContext.getRegion() |
Modifier and Type | Method and Description |
---|---|
ValueEval |
WorkbookEvaluator.evaluate(java.lang.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.
|
ValueEval |
WorkbookEvaluator.evaluateList(java.lang.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.
|
Constructor and Description |
---|
DataValidationContext(DataValidation dv,
DataValidationEvaluator dve,
CellRangeAddressBase region,
CellReference target)
Populate the context with the necessary values.
|
Modifier and Type | Method and Description |
---|---|
CellRangeAddressBase |
TableStyleType.appliesTo(Table table,
Cell cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell.
|
CellRangeAddressBase |
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.
|
CellRangeAddressBase |
TableStyleType.getRange(Table table,
Cell cell)
|
CellRangeAddressBase |
TableStyleType.getRange(Table table,
CellReference cell) |
Modifier and Type | Class and Description |
---|---|
class |
CellRangeAddress
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellRangeAddressBase.intersects(CellRangeAddressBase other)
Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.