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.
pub fn format_cell(
value: &CellValue,
fmt: &ResolvedColumnFormat,
) -> (String, bool)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.