openpyxl.styles.table.
TableStyle
(
name=None
,
pivot=None
,
table=None
,
count=None
,
tableStyleElement=()
)
[source]
¶
count
¶
Values must be of type <class ‘int’>
name
¶
Values must be of type <class ‘str’>
pivot
¶
Values must be of type <class ‘bool’>
table
¶
Values must be of type <class ‘bool’>
tableStyleElement
¶
A sequence (list or tuple) that may only contain objects of the declared type
tagname
= 'tableStyle'
¶
dxfId
¶
Values must be of type <class ‘int’>
size
¶
Values must be of type <class ‘int’>
tagname
= 'tableStyleElement'
¶
type
¶
Value must be one of {‘secondSubtotalRow’, ‘firstTotalCell’, ‘wholeTable’, ‘firstRowStripe’, ‘lastTotalCell’, ‘thirdSubtotalRow’, ‘headerRow’, ‘firstSubtotalRow’, ‘totalRow’, ‘pageFieldValues’, ‘firstColumnStripe’, ‘lastHeaderCell’, ‘firstSubtotalColumn’, ‘pageFieldLabels’, ‘secondColumnSubheading’, ‘firstColumn’, ‘thirdSubtotalColumn’, ‘firstColumnSubheading’, ‘secondSubtotalColumn’, ‘secondRowStripe’, ‘secondRowSubheading’, ‘lastColumn’, ‘firstHeaderCell’, ‘thirdColumnSubheading’, ‘blankRow’, ‘thirdRowSubheading’, ‘firstRowSubheading’, ‘secondColumnStripe’}
openpyxl.styles.table.
TableStyleList
(
count=None
,
defaultTableStyle='TableStyleMedium9'
,
defaultPivotStyle='PivotStyleLight16'
,
tableStyle=()
)
[source]
¶
count
¶
defaultPivotStyle
¶
Values must be of type <class ‘str’>
defaultTableStyle
¶
Values must be of type <class ‘str’>
tableStyle
¶
A sequence (list or tuple) that may only contain objects of the declared type
tagname
= 'tableStyles'
¶