StyleArray {xlcharts} | R Documentation |
StyleArray
Description
Simplified named list with an array
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.cell_style.html
Usage
StyleArray(args = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L), ...)
Arguments
args |
args |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
StyleArray()
## End(Not run)
[Package xlcharts version 0.0.2 Index]