Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.apache.poi.ss.util |
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,
java.lang.String promptTitle,
java.lang.String promptText,
boolean showErrorBox,
java.lang.String errorTitle,
java.lang.String errorText,
Ptg[] formula1,
Ptg[] formula2,
CellRangeAddressList regions) |
Constructor and Description |
---|
HSSFDataValidation(CellRangeAddressList regions,
DVConstraint 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 |
CellRangeAddressList.copy() |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.