Skip to main content

format_cell

Function format_cell 

Source
pub fn format_cell(
    value: &CellValue,
    fmt: &ResolvedColumnFormat,
) -> (String, bool)
Expand description

Format any cell into the user-visible text plus a “is negative” flag that lets paint code color it red without re-parsing the text.