| Package | Description |
|---|---|
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFExtendedColor
The HSSF file format normally stores Color information in the
Palette (see PaletteRecord), but for a few cases (eg Conditional
Formatting, Sheet Extensions), this XSSF-style color record
can be used.
|
| Modifier and Type | Method and Description |
|---|---|
HSSFConditionalFormattingRule |
HSSFSheetConditionalFormatting.createConditionalFormattingRule(ExtendedColor color) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedColor |
CreationHelper.createExtendedColor()
Creates a XSSF-style Color object, used for extended sheet
formattings and conditional formattings
|
| Modifier and Type | Method and Description |
|---|---|
ConditionalFormattingRule |
SheetConditionalFormatting.createConditionalFormattingRule(ExtendedColor color)
Create a Databar conditional formatting rule.
|