DefinedNameList {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.defined_name.html
DefinedNameList(definedName = list(), ...)
definedName |
definedName |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
DefinedNameList()
## End(Not run)