I have been looking at the Excel export due to a user raised issue in which fields which are dates that are sent to Excel do not seem to be sorting properly. I ran a quick test with the demo and it seems that date fields seem to be seen by Excel as a String and not a date (although they are formatted like the grid date), so that sorting does not work properly. In the JQWidgets export demo example, Ship Date, although marked as a date in the grid seems to be exporting as a String, so does not sort in date order but as a string.
<Cell ss:StyleID="xls-style-11"><Data ss:Type="String">3/6/2014</Data></Cell>
I am guessing that this is to preserve the formatting. Was wondering if anyone has a work around for this? I’d like the formatting but also be able to sort.
Thanks
Glen