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 |
HSSFSheetConditionalFormatting
The 'Conditional Formatting' facet of HSSFSheet
|
Modifier and Type | Method and Description |
---|---|
SheetConditionalFormatting |
Sheet.getSheetConditionalFormatting()
The 'Conditional Formatting' facet for this Sheet
|
Modifier and Type | Method and Description |
---|---|
SheetConditionalFormatting |
SXSSFSheet.getSheetConditionalFormatting() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFSheetConditionalFormatting
XSSF Conditional Formattings
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.