XMLColumnProps {xlcharts} | R Documentation |
XMLColumnProps
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
Usage
XMLColumnProps(
mapId = NULL,
xpath = NULL,
denormalized = NULL,
xmlDataType = NULL,
extLst = NULL,
...
)
Arguments
mapId |
mapId |
xpath |
xpath |
denormalized |
denormalized |
xmlDataType |
xmlDataType |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
XMLColumnProps(mapId = 1L, xpath = "xpath", xmlDataType = "xmlDataType")
## End(Not run)
[Package xlcharts version 0.0.2 Index]