pub fn create_date_normalized( year: i32, month: i32, day: i32, ) -> Result<NaiveDate, ExcelError>
Create a date using the normalization behavior released in 0.7.1.