openpyxl.formatting.rule.
CellIsRule
(
operator=None
,
formula=None
,
stopIfTrue=None
,
font=None
,
border=None
,
fill=None
)
[source]
¶
Conditional formatting rule based on cell contents.
color
¶
A sequence (list or tuple) that may only contain objects of the declared type
tagname
= 'colorScale'
¶
openpyxl.formatting.rule.
ColorScaleRule
(
start_type=None
,
start_value=None
,
start_color=None
,
mid_type=None
,
mid_value=None
,
mid_color=None
,
end_type=None
,
end_value=None
,
end_color=None
)
[source]
¶
Backwards compatibility
openpyxl.formatting.rule.
DataBar
(
minLength=None
,
maxLength=None
,
showValue=None
,
cfvo=None
,
color=None
)
[source]
¶
color
¶
Values must be of type <class ‘openpyxl.styles.colors.Color’>
maxLength
¶
Values must be of type <class ‘int’>
minLength
¶
Values must be of type <class ‘int’>
showValue
¶
Values must be of type <class ‘bool’>
tagname
= 'dataBar'
¶
openpyxl.formatting.rule.
DataBarRule
(
start_type=None
,
start_value=None
,
end_type=None
,
end_value=None
,
color=None
,
showValue=None
,
minLength=None
,
maxLength=None
)
[source]
¶
openpyxl.formatting.rule.
FormatObject
(
type
,
val=None
,
gte=None
,
extLst=None
)
[source]
¶
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
gte
¶
Values must be of type <class ‘bool’>
tagname
= 'cfvo'
¶
type
¶
Value must be one of {‘percent’, ‘num’, ‘min’, ‘max’, ‘formula’, ‘percentile’}
val
¶
Values must be of type <class ‘float’>
openpyxl.formatting.rule.
FormulaRule
(
formula=None
,
stopIfTrue=None
,
font=None
,
border=None
,
fill=None
)
[source]
¶
Conditional formatting with custom differential style
openpyxl.formatting.rule.
IconSet
(
iconSet=None
,
showValue=None
,
percent=None
,
reverse=None
,
cfvo=None
)
[source]
¶
iconSet
¶
Value must be one of {‘3Symbols2’, ‘4ArrowsGray’, ‘4RedToBlack’, ‘3TrafficLights2’, ‘3Flags’, ‘5Arrows’, ‘3Symbols’, ‘3Signs’, ‘5Rating’, ‘5ArrowsGray’, ‘5Quarters’, ‘4Rating’, ‘3ArrowsGray’, ‘3Arrows’, ‘4TrafficLights’, ‘4Arrows’, ‘3TrafficLights1’}
percent
¶
Values must be of type <class ‘bool’>
reverse
¶
Values must be of type <class ‘bool’>
showValue
¶
Values must be of type <class ‘bool’>
tagname
= 'iconSet'
¶
openpyxl.formatting.rule.
IconSetRule
(
icon_style=None
,
type=None
,
values=None
,
showValue=None
,
percent=None
,
reverse=None
)
[source]
¶
Convenience function for creating icon set rules
openpyxl.formatting.rule.
Rule
(
type
,
dxfId=None
,
priority=0
,
stopIfTrue=None
,
aboveAverage=None
,
percent=None
,
bottom=None
,
operator=None
,
text=None
,
timePeriod=None
,
rank=None
,
stdDev=None
,
equalAverage=None
,
formula=()
,
colorScale=None
,
dataBar=None
,
iconSet=None
,
extLst=None
,
dxf=None
)
[source]
¶
aboveAverage
¶
Values must be of type <class ‘bool’>
bottom
¶
Values must be of type <class ‘bool’>
colorScale
¶
Values must be of type <class ‘openpyxl.formatting.rule.ColorScale’>
dataBar
¶
Values must be of type <class ‘openpyxl.formatting.rule.DataBar’>
dxf
¶
Values must be of type <class ‘openpyxl.styles.differential.DifferentialStyle’>
dxfId
¶
Values must be of type <class ‘int’>
equalAverage
¶
Values must be of type <class ‘bool’>
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
formula
¶
A sequence (list or tuple) that may only contain objects of the declared type
iconSet
¶
Values must be of type <class ‘openpyxl.formatting.rule.IconSet’>
operator
¶
Value must be one of {‘containsText’, ‘lessThan’, ‘lessThanOrEqual’, ‘notContains’, ‘endsWith’, ‘beginsWith’, ‘greaterThan’, ‘greaterThanOrEqual’, ‘notBetween’, ‘notEqual’, ‘between’, ‘equal’}
percent
¶
Values must be of type <class ‘bool’>
priority
¶
Values must be of type <class ‘int’>
rank
¶
Values must be of type <class ‘int’>
stdDev
¶
Values must be of type <class ‘int’>
stopIfTrue
¶
Values must be of type <class ‘bool’>
tagname
= 'cfRule'
¶
text
¶
Values must be of type <class ‘str’>
timePeriod
¶
Value must be one of {‘last7Days’, ‘nextMonth’, ‘thisWeek’, ‘nextWeek’, ‘thisMonth’, ‘lastWeek’, ‘today’, ‘yesterday’, ‘lastMonth’, ‘tomorrow’}
type
¶
Value must be one of {‘dataBar’, ‘containsText’, ‘containsErrors’, ‘timePeriod’, ‘endsWith’, ‘notContainsBlanks’, ‘beginsWith’, ‘containsBlanks’, ‘iconSet’, ‘duplicateValues’, ‘notContainsText’, ‘colorScale’, ‘notContainsErrors’, ‘top10’, ‘cellIs’, ‘uniqueValues’, ‘expression’, ‘aboveAverage’}
cfvo
¶
A sequence (list or tuple) that may only contain objects of the declared type
openpyxl.formatting.rule.
ValueDescriptor
(
*args
,
**kw
)
[source]
¶
Bases:
openpyxl.descriptors.base.Float
Expected type depends upon type attribue of parent :-(
Most values should be numeric BUT they can also be cell references