DefinedNameList {xlcharts} | R Documentation |
DefinedNameList
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.defined_name.html
Usage
DefinedNameList(definedName = list(), ...)
Arguments
definedName |
definedName |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
DefinedNameList()
## End(Not run)
[Package xlcharts version 0.0.2 Index]