openpyxl.xml.functions module

openpyxl.xml.functions.iterparse(source, *args, **kw)
openpyxl.xml.functions.localname(node)[source]
openpyxl.xml.functions.safe_iterator(node, tag=None)[source]

Return an iterator that is compatible with Python 2.6

openpyxl.xml.functions.safe_iterparse(source, *args, **kw)[source]