Learn R Programming

xlcharts (version 0.0.1)

ColorMapping: ColorMapping

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.colors.html

Usage

ColorMapping(
  bg1 = "lt1",
  tx1 = "dk1",
  bg2 = "lt2",
  tx2 = "dk2",
  accent1 = "accent1",
  accent2 = "accent2",
  accent3 = "accent3",
  accent4 = "accent4",
  accent5 = "accent5",
  accent6 = "accent6",
  hlink = "hlink",
  folHlink = "folHlink",
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

bg1

bg1

tx1

tx1

bg2

bg2

tx2

tx2

accent1

accent1

accent2

accent2

accent3

accent3

accent4

accent4

accent5

accent5

accent6

accent6

hlink

hlink

folHlink

folHlink

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab