Learn R Programming

xlcharts (version 0.0.1)

DifferentialStyle: DifferentialStyle

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.differential.html

Usage

DifferentialStyle(
  font = NULL,
  numFmt = NULL,
  fill = NULL,
  alignment = NULL,
  border = NULL,
  protection = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

font

font

numFmt

numFmt

fill

fill

alignment

alignment

border

border

protection

protection

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
DifferentialStyle()
}

Run the code above in your browser using DataLab