I'm exporting my grid to Excel, but for some reason the format I use on dates is not applied to the Excel file. Here is a Stackblitz with the issue:
As you can see I'm using the format
{type: 'date', skeleton: 'short'}
for dates, but it is not applied when exporting to Excel.
I was given this example by Chat:
This one is working, but I just couldn't find what makes the difference in functionality.
Another difference between both, is that in my Stackblitz the app stops working if I remove the "type" property from the column, meanwhile in yours you don't need it for the app to work. So there is definitely something differente in our code, but I haven't been able to spot it.
Can you tell me how to get the formatting working when exporting to Excel on the Stackblitz I provided?