https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
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,
...
)
An openpyxl Python object.
id
displayName
ref
name
comment
tableType
headerRowCount
insertRow
insertRowShift
totalsRowCount
totalsRowShown
published
headerRowDxfId
dataDxfId
totalsRowDxfId
headerRowBorderDxfId
tableBorderDxfId
totalsRowBorderDxfId
headerRowCellStyle
dataCellStyle
totalsRowCellStyle
connectionId
autoFilter
sortState
tableColumns
tableStyleInfo
extLst
Additional arguments, i.e. kwargs.
if (FALSE) {
Table(displayName = "displayName")
}
Run the code above in your browser using DataLab