Skip to main content

serial_to_date

Function serial_to_date 

Source
pub fn serial_to_date(serial: f64) -> Option<NaiveDate>
Expand description

Convert an Excel serial number to a NaiveDate.

Returns None for invalid serial numbers (< 1).