Learn R Programming

xlcharts (version 0.0.1)

NamedStyleList: NamedStyleList

Description

Named styles are editable and can be applied to multiple objects

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.named_styles.html

Usage

NamedStyleList(iterable = list(), ...)

Value

An openpyxl Python object.

Arguments

iterable

iterable

...

Additional arguments, i.e. kwargs.

Details

As only the index is stored in referencing objects the order mus be preserved.

Examples

Run this code
if (FALSE) {
NamedStyleList()
}

Run the code above in your browser using DataLab