Uses of Interface
org.apache.poi.ss.usermodel.SheetConditionalFormatting
-
Packages that use SheetConditionalFormatting Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of SheetConditionalFormatting in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement SheetConditionalFormatting Modifier and Type Class Description class
HSSFSheetConditionalFormatting
The 'Conditional Formatting' facet ofHSSFSheet
-
Uses of SheetConditionalFormatting in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return SheetConditionalFormatting Modifier and Type Method Description SheetConditionalFormatting
Sheet. getSheetConditionalFormatting()
The 'Conditional Formatting' facet for thisSheet
-