
Release date: January 15, 2026
Features
- Calendar Export to Excel (XLSX) [docs] [demo]
Improvements
- [Scheduler] Infinite scrolling timeline shift triggered by scrollbar thumb dragging is now postponed until the mouse button is released to prevent further unwanted shifts (Scheduler). (build 6812)
- [Scheduler] A minimum row height can be set during Excel export using
args.minHeight in onBeforeRowHeaderExport (Scheduler). (build 6814) - [Calendar] Calendar Excel export demo (build 6815)
- [Calendar] DayPilot.Calendar.exportAs() supports
"xlsx" format. (build 6816) - [Calendar] Word wrap handling during Calendar Excel export: always enable it for events; enable it for cells, column headers, and all-day events only when they contain line breaks. (build 6817)
- [Calendar] Freeze headers and set the vertical scroll position to match the current viewport during Calendar Excel export. (build 6818)
Fixes
- [Navigator] Navigator:
config.onTimeRangeSelected is properly applied when config is an Angular signal. (build 6813)