openpyxl.chart.chartspace模块

class openpyxl.chart.chartspace.ChartContainer(title=None, autoTitleDeleted=None, pivotFmts=(), view3D=None, floor=None, sideWall=None, backWall=None, plotArea=None, legend=None, plotVisOnly=True, dispBlanksAs='gap', showDLblsOverMax=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

autoTitleDeleted

值的类型必须小于class'bool'>

backWall

值的类型必须为“openpyxl.chart.u 3d.surface”>

dispBlanksAs

Value must be one of {'span', 'zero', 'gap'}

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

floor

值的类型必须为“openpyxl.chart.u 3d.surface”>

legend

值的类型必须小于class“openpyxl.chart.legend.legend”>

pivotFmts

在包含对象中包装序列

plotArea

值的类型必须小于class“openpyxl.chart.plotara.plotara”>

plotVisOnly

值的类型必须小于class'bool'>

showDLblsOverMax

值的类型必须小于class'bool'>

sideWall

值的类型必须为“openpyxl.chart.u 3d.surface”>

tagname = 'chart'
title

值的类型必须小于class“openpyxl.chart.title.title”>

view3D

值的类型必须为“openpyxl.chart.u 3d.view3d”>

class openpyxl.chart.chartspace.ChartSpace(date1904=None, lang=None, roundedCorners=None, style=None, clrMapOvr=None, pivotSource=None, protection=None, chart=None, spPr=None, txPr=None, externalData=None, printSettings=None, userShapes=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

chart

值的类型必须小于class“openpyxl.chart.chartspace.chartcontainer”>

clrMapOvr

值的类型必须小于class“openpyxl.drawing.colors.colormapping”>

date1904

值的类型必须小于class'bool'>

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

externalData

值的类型必须小于class“openpyxl.chart.chartspace.externalData”>

graphicalProperties

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

lang

值的类型必须小于class'str'>

pivotSource

值的类型必须为<类'openpyxl.chart.pivot.PivotSource“>

printSettings

值的类型必须为<class'openpyxl.chart.print_settings.print settings'>

protection

值的类型必须小于class“openpyxl.chart.chartspace.protection”>

roundedCorners

值的类型必须小于class'bool'>

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

style

值的类型必须小于class“float”>

tagname = 'chartSpace'
textProperties

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

to_tree(tagname=None, idx=None, namespace=None)[源代码]
txPr

值的类型必须小于class“openpyxl.chart.text.richtext”>

userShapes

值的类型必须小于class'str'>

class openpyxl.chart.chartspace.ExternalData(autoUpdate=None, id=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

autoUpdate

值的类型必须小于class'bool'>

id

值的类型必须小于class'str'>

tagname = 'externalData'
class openpyxl.chart.chartspace.Protection(chartObject=None, data=None, formatting=None, selection=None, userInterface=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

chartObject

值的类型必须小于class'bool'>

data

值的类型必须小于class'bool'>

formatting

值的类型必须小于class'bool'>

selection

值的类型必须小于class'bool'>

tagname = 'protection'
userInterface

值的类型必须小于class'bool'>