CellStyle | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.cell_style.html
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,
...
)
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. |
An openpyxl Python object.
## Not run:
CellStyle()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.