openpyxl.worksheet.cell_watch module

class openpyxl.worksheet.cell_watch.CellWatch(r=None)[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

r

Values must be of type <class ‘str’>

tagname = 'cellWatch'
class openpyxl.worksheet.cell_watch.CellWatches(cellWatch=())[source]

Bases: openpyxl.descriptors.serialisable.Serialisable

cellWatch

A sequence (list or tuple) that may only contain objects of the declared type

tagname = 'cellWatches'