Hi, is there a way to sort the data before it is sent to excel? It seems to do some random sorting, the excel file is not sorted the same way as the calendar is sorted.
Also, is it possible to format the date column?
scheduler.exportToExcel({
columns: [
{ id: "start_date", header: "Start", width: 10 },
{ id: "end_date", header: "End", width: 10 },
{ id: "text", header: "Event", width: 10 },
]
});