pub fn serial_to_datetime_for(
system: DateSystem,
serial: f64,
) -> Result<NaiveDateTime, ExcelError>Expand description
Convert a serial to datetime according to the provided date system.
pub fn serial_to_datetime_for(
system: DateSystem,
serial: f64,
) -> Result<NaiveDateTime, ExcelError>Convert a serial to datetime according to the provided date system.