Skip to content

CellStyle

Source code

Description

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

Usage

CellStyle(
  numFmtId = 0L,
  fontId = 0L,
  fillId = 0L,
  borderId = 0L,
  xfId = NULL,
  quotePrefix = NULL,
  pivotButton = NULL,
  applyNumberFormat = NULL,
  applyFont = NULL,
  applyFill = NULL,
  applyBorder = NULL,
  applyAlignment = NULL,
  applyProtection = NULL,
  alignment = NULL,
  protection = NULL,
  extLst = NULL,
  ...
)

Arguments

numFmtId numFmtId
fontId fontId
fillId fillId
borderId borderId
xfId xfId
quotePrefix quotePrefix
pivotButton pivotButton
applyNumberFormat applyNumberFormat
applyFont applyFont
applyFill applyFill
applyBorder applyBorder
applyAlignment applyAlignment
applyProtection applyProtection
alignment alignment
protection protection
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

CellStyle()