xlsbye-biff12 0.1.0

BIFF12 binary record parser for XLSB files
Documentation
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)
}