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