Skip to content

TableColumn

Source code

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

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.

Value

An openpyxl Python object.

Examples

library("xlcharts")

TableColumn(id = 1L, name = "name")