paper-xlsxAPI referencecell.text
InlineFont
paper-xlsx 0.2.1 API reference
Font for inline text because, yes what you need are different objects with the same elements but different constraints.
InlineFont(rFont=None, charset=None, family=None, b=None, i=None, strike=None, outline=None, shadow=None, condense=None, extend=None, color=None, sz=None, u=None, vertAlign=None, scheme=None)Attributes
UNDERLINE_DOUBLE
attributeUNDERLINE_DOUBLE= 'double'UNDERLINE_DOUBLE_ACCOUNTING
attributeUNDERLINE_DOUBLE_ACCOUNTING= 'doubleAccounting'UNDERLINE_SINGLE
attributeUNDERLINE_SINGLE= 'single'UNDERLINE_SINGLE_ACCOUNTING
attributeUNDERLINE_SINGLE_ACCOUNTING= 'singleAccounting'b
attributeb= bbold
attributebold= Alias('b')charset
attributecharset= charsetcolor
attributecolor= colorcondense
attributecondense= condenseextend
attributeextend= extendfamily
attributefamily= familyi
attributei= iidx_base
attributeidx_base= 0italic
attributeitalic= Alias('i')name
attributename= namenamespace
attributenamespace= Noneoutline
attributeoutline= outlinerFont
attributerFont= rFontscheme
attributescheme= schemeshadow
attributeshadow= shadowsize
attributesize= Alias('sz')strike
attributestrike= strikestrikethrough
attributestrikethrough= Alias('strike')sz
attributesz= sztagname
attributetagname= 'RPrElt'u
attributeu= uunderline
attributeunderline= Alias('u')vertAlign
attributevertAlign= vertAlignFunctions
__iter__
func__iter__()from_tree
funcfrom_tree(node)Set default value for underline if child element is present
paramnodeto_tree
functo_tree(tagname=None, idx=None, namespace=None)paramtagname= Noneparamidx= Noneparamnamespace= None