openpyxl.workbook.web模块

class openpyxl.workbook.web.WebPublishObject(id=None, divId=None, sourceObject=None, destinationFile=None, title=None, autoRepublish=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

autoRepublish

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

destinationFile

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

divId

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

id

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

sourceObject

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

tagname = 'webPublishingObject'
title

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

class openpyxl.workbook.web.WebPublishObjectList(count=None, webPublishObject=())[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

property count
tagname = 'webPublishingObjects'
webPublishObject

只能包含声明类型的对象的序列(列表或元组)

class openpyxl.workbook.web.WebPublishing(css=None, thicket=None, longFileNames=None, vml=None, allowPng=None, targetScreenSize='800x600', dpi=None, codePage=None, characterSet=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

allowPng

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

characterSet

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

codePage

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

css

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

dpi

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

longFileNames

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

tagname = 'webPublishing'
targetScreenSize

Value must be one of {'1280x1024', '1600x1200', '1800x1440', '1152x882', '800x600', '1024x768', '544x376', '640x480', '720x512', '1920x1200', '1152x900'}

thicket

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

vml

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