Skip to content

NamedStyleList

Source code

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(), ...)

Arguments

iterable iterable
Additional arguments, i.e. kwargs.

Details

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

Value

An openpyxl Python object.

Examples

library("xlcharts")

NamedStyleList()