CellStyle {xlcharts}R Documentation

CellStyle

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

## Not run: 
CellStyle()

## End(Not run)


[Package xlcharts version 0.0.2 Index]