Uses of Class
org.apache.poi.ss.formula.EvaluationConditionalFormatRule
Packages that use EvaluationConditionalFormatRule
Package
Description
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 EvaluationConditionalFormatRuleModifier and TypeMethodDescriptionConditionalFormattingEvaluator.getConditionalFormattingForCell
(Cell cell) This checks all applicableConditionalFormattingRule
s for the cell's sheet, in defined "priority" order, returning the matches if any.ConditionalFormattingEvaluator.getConditionalFormattingForCell
(CellReference cellRef) This checks all applicableConditionalFormattingRule
s for the cell's sheet, in defined "priority" order, returning the matches if any.ConditionalFormattingEvaluator.getFormatRulesForSheet
(String sheetName) Retrieve all formatting rules for the sheet with the given name.ConditionalFormattingEvaluator.getFormatRulesForSheet
(Sheet sheet) Retrieve all formatting rules for the given sheet.protected List
<EvaluationConditionalFormatRule> lazy load by sheet since reading can be expensiveMethods in org.apache.poi.ss.formula with parameters of type EvaluationConditionalFormatRuleModifier and TypeMethodDescriptionint
EvaluationConditionalFormatRule.compareTo
(EvaluationConditionalFormatRule o) Per Excel Help, XSSF rule priority is sheet-wide, not just within the owning ConditionalFormatting object.ConditionalFormattingEvaluator.getMatchingCells
(EvaluationConditionalFormatRule rule) Retrieve all cells where the given formatting rule evaluates to true.