pub fn format_number(value: f64, format_code: &str) -> StringExpand description
Format a numeric value using the given format code string.
Returns the formatted display text. For format codes that contain date/time tokens, the value is interpreted as an Excel serial number.