Skip to main content

format_integer

Function format_integer 

Source
pub fn format_integer(value: i64, fmt: &NumberFormat) -> String
Expand description

Format a CellValue::Integer against a NumberFormat without first casting through f64. This preserves full i64 precision for values larger than 2^53.