Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFDataValidation
Utility class for creating data validation cells
|
Modifier and Type | Method and Description |
---|---|
DataValidation |
HSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
Modifier and Type | Method and Description |
---|---|
void |
HSSFSheet.addValidationData(DataValidation dataValidation)
Creates a data validation object
|
Modifier and Type | Method and Description |
---|---|
DataValidation |
DataValidationEvaluator.DataValidationContext.getValidation() |
DataValidation |
DataValidationEvaluator.getValidationForCell(CellReference cell)
Finds and returns the
DataValidation for the cell, if there is
one. |
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 |
---|---|
DataValidation |
DataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends DataValidation> |
Sheet.getDataValidations()
Returns the list of DataValidation in the sheet.
|
Modifier and Type | Method and Description |
---|---|
void |
Sheet.addValidationData(DataValidation dataValidation)
Creates a data validation object
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFSheet.addValidationData(DataValidation dataValidation)
Creates a data validation object
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFDataValidation |
Modifier and Type | Method and Description |
---|---|
DataValidation |
XSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheet.addValidationData(DataValidation dataValidation) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.