public class ConditionalFormattingExpressionRule extends ConditionalFormattingRule
| Constructor and Description |
|---|
ConditionalFormattingExpressionRule(String expression,
boolean stopIfTrue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.dhatim.fastexcel.Writer w)
Write this conditionalFormatting as an XML element.
|
public ConditionalFormattingExpressionRule(String expression, boolean stopIfTrue)
expression - When the expression evaluates to true, the specified style is appliedstopIfTrue - True indicates no rules with lower priority shall be applied over this rule, when this rule evaluates to truepublic void write(org.dhatim.fastexcel.Writer w)
throws IOException
w - Output writer.IOException - If an I/O error occurs.Copyright © 2023. All rights reserved.