powered by
Represents text string in a specific format
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.rich_text.html
TextBlock(font, text, ...)
An openpyxl Python object.
font
text
Additional arguments, i.e. kwargs.
This class is used as part of constructing a rich text strings.
if (FALSE) { TextBlock(font = InlineFont(), text = "text") }
Run the code above in your browser using DataLab