Export to Excel sorting

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 },
        ]
    });

There is no sorting currently but it is quite easy to add.
We will try to include it in the next update. ( if you have a support subscription - please open a ticket, it will fasten the process )