| Package | Description |
|---|---|
| org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
| org.zkoss.poi.ss.usermodel | |
| org.zkoss.poi.ss.util | |
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressList |
DVRecord.getCellRangeAddress() |
| Constructor and Description |
|---|
DVRecord(int validationType,
int operator,
int errorStyle,
boolean emptyCellAllowed,
boolean suppressDropDownArrow,
boolean isExplicitList,
boolean showPromptBox,
String promptTitle,
String promptText,
boolean showErrorBox,
String errorTitle,
String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions) |
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressList |
HSSFDataValidation.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
DataValidation |
HSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
| Constructor and Description |
|---|
HSSFDataValidation(CellRangeAddressList regions,
DataValidationConstraint constraint)
Constructor which initializes the cell range on which this object will be
applied
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellRangeAddressList
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressList |
DataValidation.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
DataValidation |
DataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressList |
CellRangeAddressList.copy() |
| Modifier and Type | Method and Description |
|---|---|
CellRangeAddressList |
XSSFDataValidation.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
DataValidation |
XSSFDataValidationHelper.createValidation(DataValidationConstraint constraint,
CellRangeAddressList cellRangeAddressList) |
| Constructor and Description |
|---|
XSSFDataValidation(XSSFDataValidationConstraint constraint,
CellRangeAddressList regions,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidation ctDataValidation) |
Copyright © 2020. All rights reserved.