TableColumn | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
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,
...
)
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. |
An openpyxl Python object.
## Not run:
TableColumn(id = 1L, name = "name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.