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