powered by
Convenience function for creating icon set rules
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
IconSetRule( icon_style = NULL, type = NULL, values = NULL, showValue = NULL, percent = NULL, reverse = NULL, ... )
An openpyxl Python object.
icon_style
type
values
showValue
percent
reverse
Additional arguments, i.e. kwargs
if (FALSE) { IconSetRule('5Arrows', 'percent', list(10, 20, 30, 40, 50), showValue=NULL, percent=NULL, reverse=NULL) }
Run the code above in your browser using DataLab