View source: R/NamedStyleList.R
NamedStyleList | R Documentation |
Named styles are editable and can be applied to multiple objects
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.named_styles.html
NamedStyleList(iterable = list(), ...)
iterable |
iterable |
... |
Additional arguments, i.e. kwargs. |
As only the index is stored in referencing objects the order mus be preserved.
An openpyxl Python object.
## Not run:
NamedStyleList()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.