Paper Office
paper-xlsxAPI referencecell.cell

MergedCell

paper-xlsx 0.2.1 API reference

Describes the properties of a cell in a merged cell and helps to display the borders of the merged cell.

The value of a MergedCell is always None.

MergedCell(worksheet, row=None, column=None)

Attributes

alignment

attributealignment
= StyleDescriptor('_alignments', 'alignmentId')

border

attributeborder
= StyleDescriptor('_borders', 'borderId')

column

attributecolumn
= column

comment

attributecomment
= None

coordinate

attributecoordinate
= Cell.coordinate

data_type

attributedata_type
= 'n'

fill

attributefill
= StyleDescriptor('_fills', 'fillId')

font

attributefont
= StyleDescriptor('_fonts', 'fontId')

has_style

attributehas_style
attributehyperlink
= None

number_format

attributenumber_format
= NumberFormatDescriptor()

parent

attributeparent
= sheet

pivotButton

attributepivotButton
= StyleArrayDescriptor('pivotButton')

protection

attributeprotection
= StyleDescriptor('_protections', 'protectionId')

quotePrefix

attributequotePrefix
= StyleArrayDescriptor('quotePrefix')

row

attributerow
= row

style

attributestyle
= NamedStyleDescriptor()

style_id

attributestyle_id

value

attributevalue
= _value

On this page