Skip to content

NamedStyle

Source code

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,
  ...
)

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.

Value

An openpyxl Python object.

Examples

library("xlcharts")

NamedStyle()