powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
DataBar( minLength = NULL, maxLength = NULL, showValue = NULL, cfvo = NULL, color = NULL, ... )
An openpyxl Python object.
minLength
maxLength
showValue
cfvo
color
Additional arguments, i.e. kwargs.
if (FALSE) { first <- FormatObject(type='min') second <- FormatObject(type='max') DataBar(cfvo = list(first, second), color = "638EC6") }
Run the code above in your browser using DataLab