openpyxl.descriptors.container module

Utility list for top level containers that contain one type of element

Provides the necessary API to read and write XML

class openpyxl.descriptors.container.ElementList(iterable=(), /)[source]

Bases: list

append(value)[source]

Append object to the end of the list.

property expected_type
classmethod from_tree(tree)[source]
property tagname
to_tree()[source]