| Package | Description |
|---|---|
| org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
| Modifier and Type | Method and Description |
|---|---|
CFRuleRecord |
CFRuleRecord.copy() |
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
byte comparisonOperation,
String formulaText1,
String formulaText2)
Creates a new comparison operation rule
|
static CFRuleRecord |
CFRuleRecord.create(HSSFSheet sheet,
String formulaText)
Creates a new comparison operation rule
|
| Constructor and Description |
|---|
CFRuleRecord(CFRuleRecord other) |