IconSetRule
Description
Convenience function for creating icon set rules
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Usage
IconSetRule(
icon_style = NULL,
type = NULL,
values = NULL,
showValue = NULL,
percent = NULL,
reverse = NULL,
...
)
Arguments
icon_style
|
icon_style |
type
|
type |
values
|
values |
showValue
|
showValue |
percent
|
percent |
reverse
|
reverse |
…
|
Additional arguments, i.e. kwargs |
Value
An openpyxl Python object.
Examples
library("xlcharts")
IconSetRule('5Arrows', 'percent', list(10, 20, 30, 40, 50),
showValue=NULL, percent=NULL, reverse=NULL)