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