ColorScale | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
ColorScale(cfvo = NULL, color = NULL, ...)
cfvo |
cfvo |
color |
color |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
first <- FormatObject(type = 'min')
last <- FormatObject(type = 'max')
# colors match the format objects:
colors <- list(Color('AA0000'), Color('00AA00'))
cs2 <- ColorScale(cfvo = list(first, last), color = colors)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.