pub fn format_integer(value: i64, fmt: &NumberFormat) -> StringExpand description
Format a CellValue::Integer against a NumberFormat without first
casting through f64. This preserves full i64 precision for values
larger than 2^53.
pub fn format_integer(value: i64, fmt: &NumberFormat) -> StringFormat a CellValue::Integer against a NumberFormat without first
casting through f64. This preserves full i64 precision for values
larger than 2^53.