fastpyxl.workbook.web module

class fastpyxl.workbook.web.WebPublishObject(id=None, divId=None, sourceObject=None, destinationFile=None, title=None, autoRepublish=None)[source]

Bases: Serialisable

autoRepublish: bool | None
destinationFile: str | None
divId: str | None
id: int | None
sourceObject: str | None
tagname = 'webPublishingObject'
title: str | None
class fastpyxl.workbook.web.WebPublishObjectList(count=None, webPublishObject=())[source]

Bases: Serialisable

property count
tagname = 'webPublishingObjects'
webPublishObject: list[WebPublishObject]
xml_order = ('webPublishObject',)
class fastpyxl.workbook.web.WebPublishing(css=None, thicket=None, longFileNames=None, vml=None, allowPng=None, targetScreenSize='800x600', dpi=None, codePage=None, characterSet=None)[source]

Bases: Serialisable

allowPng: bool | None
characterSet: str | None
codePage: int | None
css: bool | None
dpi: int | None
longFileNames: bool | None
tagname = 'webPublishing'
targetScreenSize: str | None
thicket: bool | None
vml: bool | None