Learn R Programming

xlcharts (version 0.0.1)

NamedStyle: NamedStyle

Description

Named and editable styles

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

Usage

NamedStyle(
  name = "Normal",
  font = NULL,
  fill = NULL,
  border = NULL,
  alignment = NULL,
  number_format = NULL,
  protection = NULL,
  builtinId = NULL,
  hidden = FALSE,
  xfId = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

name

name

font

font

fill

fill

border

border

alignment

alignment

number_format

number_format

protection

protection

builtinId

builtinId

hidden

hidden

xfId

xfId

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab