Table
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
Usage
Table(
id = 1L,
displayName,
ref = NULL,
name = NULL,
comment = NULL,
tableType = NULL,
headerRowCount = 1L,
insertRow = NULL,
insertRowShift = NULL,
totalsRowCount = NULL,
totalsRowShown = NULL,
published = NULL,
headerRowDxfId = NULL,
dataDxfId = NULL,
totalsRowDxfId = NULL,
headerRowBorderDxfId = NULL,
tableBorderDxfId = NULL,
totalsRowBorderDxfId = NULL,
headerRowCellStyle = NULL,
dataCellStyle = NULL,
totalsRowCellStyle = NULL,
connectionId = NULL,
autoFilter = NULL,
sortState = NULL,
tableColumns = list(),
tableStyleInfo = NULL,
extLst = NULL,
...
)
Arguments
id
|
id |
displayName
|
displayName |
ref
|
ref |
name
|
name |
comment
|
comment |
tableType
|
tableType |
headerRowCount
|
headerRowCount |
insertRow
|
insertRow |
insertRowShift
|
insertRowShift |
totalsRowCount
|
totalsRowCount |
totalsRowShown
|
totalsRowShown |
published
|
published |
headerRowDxfId
|
headerRowDxfId |
dataDxfId
|
dataDxfId |
totalsRowDxfId
|
totalsRowDxfId |
headerRowBorderDxfId
|
headerRowBorderDxfId |
tableBorderDxfId
|
tableBorderDxfId |
totalsRowBorderDxfId
|
totalsRowBorderDxfId |
headerRowCellStyle
|
headerRowCellStyle |
dataCellStyle
|
dataCellStyle |
totalsRowCellStyle
|
totalsRowCellStyle |
connectionId
|
connectionId |
autoFilter
|
autoFilter |
sortState
|
sortState |
tableColumns
|
tableColumns |
tableStyleInfo
|
tableStyleInfo |
extLst
|
extLst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Table(displayName = "displayName")