Learn R Programming

xlcharts (version 0.0.1)

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

Value

An openpyxl Python object.

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.

Examples

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

Run the code above in your browser using DataLab