View source: R/TableStyleList.R
TableStyleList | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.table.html
TableStyleList(
count = NULL,
defaultTableStyle = "TableStyleMedium9",
defaultPivotStyle = "PivotStyleLight16",
tableStyle = list(),
...
)
count |
count |
defaultTableStyle |
defaultTableStyle |
defaultPivotStyle |
defaultPivotStyle |
tableStyle |
tableStyle |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
TableStyleList()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.