1 2 3
pub fn is_date_format(num_fmt_id: u16) -> bool { matches!(num_fmt_id, 14..=22 | 27..=36 | 45..=47 | 50..=58 | 71..=81) }