Learn R Programming

xlcharts (version 0.0.1)

DataBar: DataBar

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html

Usage

DataBar(
  minLength = NULL,
  maxLength = NULL,
  showValue = NULL,
  cfvo = NULL,
  color = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

minLength

minLength

maxLength

maxLength

showValue

showValue

cfvo

cfvo

color

color

...

Additional arguments, i.e. kwargs.

Examples

Run this code
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