openpyxl.styles.stylesheet模块¶
- class openpyxl.styles.stylesheet.Stylesheet(numFmts=None, fonts=(), fills=(), borders=(), cellStyleXfs=None, cellXfs=None, cellStyles=None, dxfs=(), tableStyles=None, colors=None, extLst=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- borders¶
在包含对象中包装序列
- cellStyleXfs¶
值的类型必须为<class'openpyxl.styles.cell_style.cellstylelist'>
- cellStyles¶
值的类型必须为<class'openpyxl.styles.named_styles._namedCellStyleList'>
- cellXfs¶
值的类型必须为<class'openpyxl.styles.cell_style.cellstylelist'>
- colors¶
值的类型必须为<class'openpyxl.styles.colors.colorlist'>
- property custom_formats¶
- dxfs¶
在包含对象中包装序列
- extLst¶
值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>
- fills¶
在包含对象中包装序列
- fonts¶
在包含对象中包装序列
- numFmts¶
值的类型必须为<class'openpyxl.styles.numbers.numberFormatList'>
- tableStyles¶
值的类型必须为<class'openpyxl.styles.table.tableStyleList'>
- tagname = 'styleSheet'¶