powered by
Font for inline text because, yes what you need are different objects with the same elements but different constraints.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.text.html
InlineFont( rFont = NULL, charset = NULL, family = NULL, b = NULL, i = NULL, strike = NULL, outline = NULL, shadow = NULL, condense = NULL, extend = NULL, color = NULL, sz = NULL, u = NULL, vertAlign = NULL, scheme = NULL, ... )
An openpyxl Python object.
rFont
charset
family
b
i
strike
outline
shadow
condense
extend
color
sz
u
vertAlign
scheme
Additional arguments, i.e. kwargs.
if (FALSE) { InlineFont() }
Run the code above in your browser using DataLab