IconSet
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Usage
IconSet(
iconSet = NULL,
showValue = NULL,
percent = NULL,
reverse = NULL,
cfvo = NULL,
...
)
Arguments
iconSet
|
iconSet |
showValue
|
showValue |
percent
|
percent |
reverse
|
reverse |
cfvo
|
cfvo |
…
|
Additional arguments, i.e. kwargs |
Value
An openpyxl Python object.
Examples
library("xlcharts")
first <- FormatObject(type='percent', val=0)
second <- FormatObject(type='percent', val=33)
third <- FormatObject(type='percent', val=67)
iconset <- IconSet(
iconSet = '3TrafficLights1',
cfvo = list(first, second, third)
)