Learn R Programming

xlcharts (version 0.0.1)

XMLColumnProps: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

mapId

mapId

xpath

xpath

denormalized

denormalized

xmlDataType

xmlDataType

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
XMLColumnProps(mapId = 1L, xpath = "xpath", xmlDataType = "xmlDataType")
}

Run the code above in your browser using DataLab