serial_to_datetime_for

Function serial_to_datetime_for 

Source
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.