NamedStyle {xlcharts} | R Documentation |
NamedStyle
Description
Named and editable styles
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.named_styles.html
Usage
NamedStyle(
name = "Normal",
font = NULL,
fill = NULL,
border = NULL,
alignment = NULL,
number_format = NULL,
protection = NULL,
builtinId = NULL,
hidden = FALSE,
xfId = NULL,
...
)
Arguments
name |
name |
font |
font |
fill |
fill |
border |
border |
alignment |
alignment |
number_format |
number_format |
protection |
protection |
builtinId |
builtinId |
hidden | |
xfId |
xfId |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
NamedStyle()
## End(Not run)
[Package xlcharts version 0.0.2 Index]