Uses of Class
org.apache.poi.ss.formula.EvaluationConditionalFormatRule
-
Packages that use EvaluationConditionalFormatRule Package Description org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. -
-
Uses of EvaluationConditionalFormatRule in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return types with arguments of type EvaluationConditionalFormatRule Modifier and Type Method Description List<EvaluationConditionalFormatRule>
ConditionalFormattingEvaluator. getConditionalFormattingForCell(Cell cell)
This checks all applicableConditionalFormattingRule
s for the cell's sheet, in defined "priority" order, returning the matches if any.List<EvaluationConditionalFormatRule>
ConditionalFormattingEvaluator. getConditionalFormattingForCell(CellReference cellRef)
This checks all applicableConditionalFormattingRule
s for the cell's sheet, in defined "priority" order, returning the matches if any.List<EvaluationConditionalFormatRule>
ConditionalFormattingEvaluator. getFormatRulesForSheet(String sheetName)
Retrieve all formatting rules for the sheet with the given name.List<EvaluationConditionalFormatRule>
ConditionalFormattingEvaluator. getFormatRulesForSheet(Sheet sheet)
Retrieve all formatting rules for the given sheet.protected List<EvaluationConditionalFormatRule>
ConditionalFormattingEvaluator. getRules(Sheet sheet)
lazy load by sheet since reading can be expensiveMethods in org.apache.poi.ss.formula with parameters of type EvaluationConditionalFormatRule Modifier and Type Method Description int
EvaluationConditionalFormatRule. compareTo(EvaluationConditionalFormatRule o)
Per Excel Help, XSSF rule priority is sheet-wide, not just within the owning ConditionalFormatting object.List<Cell>
ConditionalFormattingEvaluator. getMatchingCells(EvaluationConditionalFormatRule rule)
Retrieve all cells where the given formatting rule evaluates to true.
-