* Takes abs value in between two dates * Follows ODFv1.2 part 2 section 4.11.7.7
* merge networkdays, networkdays.intl #33 * merge time, timevalue, hour, minute, second #35 * merge datedif, datevalue #36 * merge days, days360, weekday, weeknum, workday, workday.intl, yearfrac, isoweeknum #41 * from excel helper * fix build * date time macros * de-dupe weekend * serial helper * de-dupe now today * weekend pattern enum * remove unused clippy wrong self * fix docs * add test coverage * fix build * fix cursor comment * PR coments + xlsx date time
Updated the logic for handling months and days to improve date calculations. Also modified the constants for Excel date ranges to align with supported dates.