pub fn create_date_normalized(
year: i32,
month: i32,
day: i32,
) -> Result<NaiveDate, ExcelError>Expand description
Create a date from year, month, day with Excel normalization Excel normalizes out-of-range values (e.g., month 13 becomes next January)