Package | Description |
---|---|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getConditionalFormattingForCell(Cell cell)
This checks all applicable
ConditionalFormattingRule s for the cell's sheet,
in defined "priority" order, returning the matches if any. |
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getConditionalFormattingForCell(CellReference cellRef)
This checks all applicable
ConditionalFormattingRule s for the cell's sheet,
in defined "priority" order, returning the matches if any. |
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getFormatRulesForSheet(Sheet sheet) |
java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getFormatRulesForSheet(java.lang.String sheetName) |
protected java.util.List<EvaluationConditionalFormatRule> |
ConditionalFormattingEvaluator.getRules(Sheet sheet)
lazy load by sheet since reading can be expensive
|
Modifier and Type | Method and Description |
---|---|
int |
EvaluationConditionalFormatRule.compareTo(EvaluationConditionalFormatRule o)
Per Excel Help, XSSF rule priority is sheet-wide, not just within the owning ConditionalFormatting object.
|
java.util.List<Cell> |
ConditionalFormattingEvaluator.getMatchingCells(EvaluationConditionalFormatRule rule) |
Copyright 2023 The Apache Software Foundation or its licensors, as applicable.