OpenPyXL 3.0.7
  • 教程
  • 简单用法
  • 性能
  • 优化模式
  • 插入和删除行和列,移动单元格范围
  • 操纵 Pandas 和 NumPy
  • 图表
  • 注释
  • 操控样式
  • 额外工作表特性
  • 条件格式化
  • 数据透视表
  • 打印设置
  • 使用过滤器和排序
  • 验证单元格
  • 定义名称
  • 工作表表格
  • 剖析公式
  • 日期和时间
  • 保护
  • 开发
  • openpyxl 包
  • 3.0.7 (2021-03-09)
  • 3.0.6 (2021-01-14)
  • 3.0.5 (2020-08-21)
  • 3.0.4 (2020-06-24)
  • 3.0.3 (2020-01-20)
  • 3.0.2 (2019-11-25)
  • 3.0.1 (2019-11-14)
  • 3.0.0 (2019-09-25)
  • 2.6.4 (2019-09-25)
  • 2.6.3 (2019-08-19)
  • 2.6.2 (2019-03-29)
  • 2.6.1 (2019-03-04)
  • 2.6.0 (2019-02-06)
  • 2.6.-b1 (2019-01-08)
  • 2.6-a1 (2018-11-21)
  • 2.5.14 (2019-01-23)
  • 2.5.13 (brown bag)
  • 2.5.12 (2018-11-29)
  • 2.5.11 (2018-11-21)
  • 2.5.10 (2018-11-13)
  • 2.5.9 (2018-10-19)
  • 2.5.8 (2018-09-25)
  • 2.5.7 (2018-09-13)
  • 2.5.6 (2018-08-30)
  • 2.5.5 (2018-08-04)
  • 2.5.4 (2018-06-07)
  • 2.5.3 (2018-04-18)
  • 2.5.2 (2018-04-06)
  • 2.5.1 (2018-03-12)
  • 2.5.0 (2018-01-24)
  • 2.5.0-b2 (2018-01-19)
  • 2.5.0-b1 (2017-10-19)
  • 2.5.0-a3 (2017-08-14)
  • 2.5.0-a2 (2017-06-25)
  • 2.5.0-a1 (2017-05-30)
  • 2.4.11 (2018-01-24)
  • 2.4.10 (2018-01-19)
  • 2.4.9 (2017-10-19)
  • 2.4.8 (2017-05-30)
  • 2.4.7 (2017-04-24)
  • 2.4.6 (2017-04-14)
  • 2.4.5 (2017-03-07)
  • 2.4.4 (2017-02-23)
  • 2.4.3 (未发行)
  • 2.4.2 (2017-01-31)
  • 2.4.1 (2016-11-23)
  • 2.4.0 (2016-09-15)
  • 2.4.0-b1 (2016-06-08)
  • 2.4.0-a1 (2016-04-11)
  • 2.3.5 (2016-04-11)
  • 2.3.4 (2016-03-16)
  • 2.3.3 (2016-01-18)
  • 2.3.2 (2015-12-07)
  • 2.3.1 (2015-11-20)
  • 2.3.0 (2015-10-20)
  • 2.3.0-b2 (2015-09-04)
  • 2.3.0-b1 (2015-06-29)
  • 2.2.6 (未发行)
  • 2.2.5 (2015-06-29)
  • 2.2.4 (2015-06-17)
  • 2.2.3 (2015-05-26)
  • 2.2.2 (2015-04-28)
  • 2.2.1 (2015-03-31)
  • 2.2.0 (2015-03-11)
  • 2.2.0-b1 (2015-02-18)
  • 2.1.5 (2015-02-18)
  • 2.1.4 (2014-12-16)
  • 2.1.3 (2014-12-09)
  • 2.1.2 (2014-10-23)
  • 2.1.1 (2014-10-08)
  • 2.1.0 (2014-09-21)
  • 2.0.5 (2014-08-08)
  • 2.0.4 (2014-06-25)
  • 2.0.3 (2014-05-22)
  • 2.0.2 (2014-05-13)
  • 2.0.1 (2014-05-13) brown bag
  • 2.0.0 (2014-05-13) brown bag
  • 1.8.6 (2014-05-05)
  • 1.8.5 (2014-03-25)
  • 1.8.4 (2014-02-25)
  • 1.8.3 (2014-02-09)
  • 1.8.2 (2014-01-17)
  • 1.8.1 (2014-01-14)
  • 1.8.0 (2014-01-08)
  • 1.7.0 (2013-10-31)
  • openpyxl.drawing.colors 模块

    class openpyxl.drawing.colors. ColorChoice ( scrgbClr=None , srgbClr=None , hslClr=None , sysClr=None , schemeClr=None , prstClr=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    RGB

    Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)

    RGBPercent

    Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)

    hslClr

    Values must be of type <class ‘openpyxl.drawing.colors.HSLColor’>

    namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
    prstClr

    Value must be one of {‘cornflowerBlue’, ‘darkCyan’, ‘darkSlateGrey’, ‘darkSlateBlue’, ‘navajoWhite’, ‘lightSteelBlue’, ‘white’, ‘lawnGreen’, ‘mediumVioletRed’, ‘wheat’, ‘snow’, ‘yellow’, ‘dkOrange’, ‘ivory’, ‘beige’, ‘mediumOrchid’, ‘seaShell’, ‘medSlateBlue’, ‘lavender’, ‘fuchsia’, ‘limeGreen’, ‘aqua’, ‘brown’, ‘black’, ‘cornsilk’, ‘springGreen’, ‘dkGreen’, ‘thistle’, ‘gainsboro’, ‘medOrchid’, ‘magenta’, ‘orchid’, ‘dimGray’, ‘burlyWood’, ‘coral’, ‘darkOliveGreen’, ‘navy’, ‘dkOliveGreen’, ‘gray’, ‘ltYellow’, ‘aliceBlue’, ‘dkBlue’, ‘goldenrod’, ‘ltCoral’, ‘firebrick’, ‘steelBlue’, ‘tomato’, ‘grey’, ‘hotPink’, ‘dkGrey’, ‘lightGray’, ‘lightSlateGray’, ‘oldLace’, ‘lightGreen’, ‘red’, ‘lemonChiffon’, ‘teal’, ‘medVioletRed’, ‘greenYellow’, ‘mediumSlateBlue’, ‘dkSlateGray’, ‘moccasin’, ‘pink’, ‘slateGray’, ‘saddleBrown’, ‘chocolate’, ‘lightCoral’, ‘orangeRed’, ‘sienna’, ‘lightBlue’, ‘olive’, ‘tan’, ‘lime’, ‘medSeaGreen’, ‘paleGoldenrod’, ‘darkBlue’, ‘ltPink’, ‘peru’, ‘lightCyan’, ‘blue’, ‘darkGray’, ‘mediumSeaGreen’, ‘dkSalmon’, ‘purple’, ‘dkCyan’, ‘dkOrchid’, ‘salmon’, ‘darkMagenta’, ‘lightSalmon’, ‘ltGrey’, ‘aquamarine’, ‘medTurquoise’, ‘cadetBlue’, ‘maroon’, ‘azure’, ‘mediumSpringGreen’, ‘mintCream’, ‘darkSeaGreen’, ‘darkGrey’, ‘lightSkyBlue’, ‘paleTurquoise’, ‘ltCyan’, ‘ltSeaGreen’, ‘dkSlateBlue’, ‘dkMagenta’, ‘darkGoldenrod’, ‘peachPuff’, ‘mediumTurquoise’, ‘lightSeaGreen’, ‘lightPink’, ‘ltSkyBlue’, ‘darkSalmon’, ‘medAquamarine’, ‘slateGrey’, ‘floralWhite’, ‘ltSteelBlue’, ‘crimson’, ‘darkOrchid’, ‘ltGray’, ‘cyan’, ‘darkTurquoise’, ‘gold’, ‘papayaWhip’, ‘lightGrey’, ‘paleGreen’, ‘indianRed’, ‘lightSlateGrey’, ‘blanchedAlmond’, ‘powderBlue’, ‘ltGreen’, ‘dodgerBlue’, ‘mediumAquamarine’, ‘royalBlue’, ‘ltSalmon’, ‘medBlue’, ‘dkGoldenrod’, ‘dkRed’, ‘midnightBlue’, ‘green’, ‘indigo’, ‘lightGoldenrodYellow’, ‘plum’, ‘darkOrange’, ‘rosyBrown’, ‘ltGoldenrodYellow’, ‘darkRed’, ‘bisque’, ‘antiqueWhite’, ‘oliveDrab’, ‘mistyRose’, ‘slateBlue’, ‘dkSeaGreen’, ‘darkSlateGray’, ‘blueViolet’, ‘deepPink’, ‘violet’, ‘mediumBlue’, ‘medPurple’, ‘dimGrey’, ‘lavenderBlush’, ‘ltBlue’, ‘deepSkyBlue’, ‘ltSlateGray’, ‘linen’, ‘chartreuse’, ‘darkKhaki’, ‘dkGray’, ‘ltSlateGrey’, ‘mediumPurple’, ‘medSpringGreen’, ‘turquoise’, ‘khaki’, ‘yellowGreen’, ‘skyBlue’, ‘silver’, ‘darkViolet’, ‘dkSlateGrey’, ‘seaGreen’, ‘dkKhaki’, ‘forestGreen’, ‘ghostWhite’, ‘paleVioletRed’, ‘darkGreen’, ‘honeydew’, ‘whiteSmoke’, ‘orange’, ‘sandyBrown’, ‘dkTurquoise’, ‘dkViolet’, ‘lightYellow’}

    schemeClr

    Values must be of type <class ‘openpyxl.drawing.colors.SchemeColor’>

    scrgbClr

    Values must be of type <class ‘openpyxl.drawing.colors.RGBPercent’>

    srgbClr

    Values must be of type <class ‘str’>

    sysClr

    Values must be of type <class ‘openpyxl.drawing.colors.SystemColor’>

    tagname = 'colorChoice'
    class openpyxl.drawing.colors. ColorChoiceDescriptor ( *args , **kw ) [source]

    Bases: openpyxl.descriptors.base.Typed

    Objects can choose from 7 different kinds of color system. Assume RGBHex if a string is passed in.

    allow_none = True
    expected_type

    alias of ColorChoice

    class openpyxl.drawing.colors. ColorMapping ( bg1='lt1' , tx1='dk1' , bg2='lt2' , tx2='dk2' , accent1='accent1' , accent2='accent2' , accent3='accent3' , accent4='accent4' , accent5='accent5' , accent6='accent6' , hlink='hlink' , folHlink='folHlink' , extLst=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    accent1

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    accent2

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    accent3

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    accent4

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    accent5

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    accent6

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    bg1

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    bg2

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    extLst

    Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    tagname = 'clrMapOvr'
    tx1

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    tx2

    Value must be one of {‘lt1’, ‘dk2’, ‘accent2’, ‘accent5’, ‘accent1’, ‘accent3’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘dk1’}

    class openpyxl.drawing.colors. HSLColor ( hue=None , sat=None , lum=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    hue

    Values must be of type <class ‘int’>

    lum

    Values must be of type <class ‘float’>

    sat

    Values must be of type <class ‘float’>

    tagname = 'hslClr'
    class openpyxl.drawing.colors. RGBPercent ( r=None , g=None , b=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    b

    Values must be of type <class ‘float’>

    g

    Values must be of type <class ‘float’>

    r

    Values must be of type <class ‘float’>

    tagname = 'rgbClr'
    class openpyxl.drawing.colors. SchemeColor ( tint=None , shade=None , comp=None , inv=None , gray=None , alpha=None , alphaOff=None , alphaMod=None , hue=None , hueOff=None , hueMod=None , sat=None , satOff=None , satMod=None , lum=None , lumOff=None , lumMod=None , red=None , redOff=None , redMod=None , green=None , greenOff=None , greenMod=None , blue=None , blueOff=None , blueMod=None , gamma=None , invGamma=None , val=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    alpha

    Values must be of type <class ‘int’>

    alphaMod

    Values must be of type <class ‘int’>

    alphaOff

    Values must be of type <class ‘int’>

    blue

    Values must be of type <class ‘int’>

    blueMod

    Values must be of type <class ‘int’>

    blueOff

    Values must be of type <class ‘int’>

    comp

    Values must be of type <class ‘bool’>

    gamma

    Values must be of type <class ‘bool’>

    gray

    Values must be of type <class ‘int’>

    green

    Values must be of type <class ‘int’>

    greenMod

    Values must be of type <class ‘int’>

    greenOff

    Values must be of type <class ‘int’>

    hue

    Values must be of type <class ‘int’>

    hueMod

    Values must be of type <class ‘int’>

    hueOff

    Values must be of type <class ‘int’>

    inv

    Values must be of type <class ‘int’>

    invGamma

    Values must be of type <class ‘bool’>

    lum

    Values must be of type <class ‘int’>

    lumMod

    Values must be of type <class ‘int’>

    lumOff

    Values must be of type <class ‘int’>

    namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
    red

    Values must be of type <class ‘int’>

    redMod

    Values must be of type <class ‘int’>

    redOff

    Values must be of type <class ‘int’>

    sat

    Values must be of type <class ‘int’>

    satMod

    Values must be of type <class ‘int’>

    satOff

    Values must be of type <class ‘int’>

    shade

    Values must be of type <class ‘int’>

    tagname = 'schemeClr'
    tint

    Values must be of type <class ‘int’>

    val

    Value must be one of {‘accent2’, ‘accent5’, ‘lt1’, ‘dk2’, ‘bg2’, ‘tx1’, ‘accent1’, ‘dk1’, ‘accent4’, ‘hlink’, ‘folHlink’, ‘lt2’, ‘accent6’, ‘accent3’, ‘bg1’, ‘phClr’, ‘tx2’}

    class openpyxl.drawing.colors. SystemColor ( val='windowText' , lastClr=None , tint=None , shade=None , comp=None , inv=None , gray=None , alpha=None , alphaOff=None , alphaMod=None , hue=None , hueOff=None , hueMod=None , sat=None , satOff=None , satMod=None , lum=None , lumOff=None , lumMod=None , red=None , redOff=None , redMod=None , green=None , greenOff=None , greenMod=None , blue=None , blueOff=None , blueMod=None , gamma=None , invGamma=None ) [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable

    alpha

    Values must be of type <class ‘int’>

    alphaMod

    Values must be of type <class ‘int’>

    alphaOff

    Values must be of type <class ‘int’>

    blue

    Values must be of type <class ‘int’>

    blueMod

    Values must be of type <class ‘int’>

    blueOff

    Values must be of type <class ‘int’>

    comp

    Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

    gamma

    Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

    gray

    Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

    green

    Values must be of type <class ‘int’>

    greenMod

    Values must be of type <class ‘int’>

    greenOff

    Values must be of type <class ‘int’>

    hue

    Values must be of type <class ‘int’>

    hueMod

    Values must be of type <class ‘int’>

    hueOff

    Values must be of type <class ‘int’>

    inv

    Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

    invGamma

    Values must be of type <class ‘openpyxl.drawing.colors.Transform’>

    lastClr

    Values must be of type <class ‘str’>

    lum

    Values must be of type <class ‘int’>

    lumMod

    Values must be of type <class ‘int’>

    lumOff

    Values must be of type <class ‘int’>

    namespace = 'http://schemas.openxmlformats.org/drawingml/2006/main'
    red

    Values must be of type <class ‘int’>

    redMod

    Values must be of type <class ‘int’>

    redOff

    Values must be of type <class ‘int’>

    sat

    Values must be of type <class ‘int’>

    satMod

    Values must be of type <class ‘int’>

    satOff

    Values must be of type <class ‘int’>

    shade

    Values must be of type <class ‘int’>

    tagname = 'sysClr'
    tint

    Values must be of type <class ‘int’>

    val

    Value must be one of {‘highlight’, ‘activeCaption’, ‘gradientActiveCaption’, ‘menuText’, ‘activeBorder’, ‘captionText’, ‘btnShadow’, ‘3dLight’, ‘windowFrame’, ‘hotLight’, ‘infoText’, ‘menu’, ‘menuHighlight’, ‘menuBar’, ‘background’, ‘windowText’, ‘highlightText’, ‘btnText’, ‘inactiveCaption’, ‘infoBk’, ‘3dDkShadow’, ‘inactiveCaptionText’, ‘scrollBar’, ‘gradientInactiveCaption’, ‘grayText’, ‘btnHighlight’, ‘window’, ‘inactiveBorder’, ‘btnFace’, ‘appWorkspace’}

    class openpyxl.drawing.colors. Transform [source]

    Bases: openpyxl.descriptors.serialisable.Serialisable