Expand description
Rich text run types and conversion utilities.
A rich text value is a sequence of RichTextRun segments, each with its
own formatting. These map to the <r> (run) elements inside <si> items
in xl/sharedStrings.xml.
Structs§
- Rich
Text Run - A single formatted text segment within a rich text cell.
Functions§
- rich_
text_ to_ plain - Extract plain text from a slice of rich text runs.
- run_
to_ xml - Convert a high-level
RichTextRuninto an XML<r>element. - runs_
to_ si - Convert a slice of
RichTextRuninto an XML<si>element (for the SST). - xml_
to_ run - Convert an XML
<r>element into a high-levelRichTextRun.