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 | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.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.
|
Modifier and Type | Method and Description |
---|---|
ExtendedColor |
SXSSFCreationHelper.createExtendedColor() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFColor
Represents a color in SpreadsheetML
|
Modifier and Type | Method and Description |
---|---|
XSSFConditionalFormattingRule |
XSSFSheetConditionalFormatting.createConditionalFormattingRule(ExtendedColor color) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.