DataBar | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
DataBar(
minLength = NULL,
maxLength = NULL,
showValue = NULL,
cfvo = NULL,
color = NULL,
...
)
minLength |
minLength |
maxLength |
maxLength |
showValue |
showValue |
cfvo |
cfvo |
color |
color |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
first <- FormatObject(type='min')
second <- FormatObject(type='max')
DataBar(cfvo = list(first, second), color = "638EC6")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.