Skip to content

XMLColumnProps

Source code

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

library("xlcharts")

XMLColumnProps(mapId = 1L, xpath = "xpath", xmlDataType = "xmlDataType")