DayPilot Pro for JavaScript 2026.1.6835

JavaScript Monthly Calendar   Client Side Excel Export

Release date: February 1, 2026

Features

  • Monthly Calendar Export to Excel (XLSX) [docs] [demo]

Improvements

  • [Month] DayPilot.Month.makeDraggable(options) - additional options implemented: remove, externalCssClass, externalHtml, externalCursor, onDragStart, onDrop. (build 6821)
  • [Month] DayPilot.Month.makeDraggable() added to TypeScript definitions. (build 6821)
  • [Month] Performance optimization: The events.update() method performs an inline update of the event box instead of refreshing all events if the location hasn't changed (Month). (build 6822)
  • External drag and drop supports Calendar and Month component targets on the same page. (build 6826)
  • [Month] Month Excel export demo added. (build 6828)
  • [Scheduler] Event text is now wrapped during Excel export if eventTextWrappingEnabled is set to true (Scheduler). (build 6832)

Fixes