CellStyleList {xlcharts} | R Documentation |
CellStyleList
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.cell_style.html
Usage
CellStyleList(count = NULL, xf = list(), ...)
Arguments
count |
count |
xf |
xf |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
CellStyleList()
## End(Not run)
[Package xlcharts version 0.0.2 Index]