Learn R Programming

xlcharts (version 0.0.1)

TableColumn: TableColumn

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html

Usage

TableColumn(
  id = NULL,
  uniqueName = NULL,
  name = NULL,
  totalsRowFunction = NULL,
  totalsRowLabel = NULL,
  queryTableFieldId = NULL,
  headerRowDxfId = NULL,
  dataDxfId = NULL,
  totalsRowDxfId = NULL,
  headerRowCellStyle = NULL,
  dataCellStyle = NULL,
  totalsRowCellStyle = NULL,
  calculatedColumnFormula = NULL,
  totalsRowFormula = NULL,
  xmlColumnPr = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

id

id

uniqueName

uniqueName

name

name

totalsRowFunction

totalsRowFunction

totalsRowLabel

totalsRowLabel

queryTableFieldId

queryTableFieldId

headerRowDxfId

headerRowDxfId

dataDxfId

dataDxfId

totalsRowDxfId

totalsRowDxfId

headerRowCellStyle

headerRowCellStyle

dataCellStyle

dataCellStyle

totalsRowCellStyle

totalsRowCellStyle

calculatedColumnFormula

calculatedColumnFormula

totalsRowFormula

totalsRowFormula

xmlColumnPr

xmlColumnPr

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
TableColumn(id = 1L, name = "name")
}

Run the code above in your browser using DataLab