- In data response a few data have a datetime, example: cs1: "2020-11-30 00:00:00.0"
- In the grid I format the column as 'yy.mm.dd' and show, example: 2020.11.30
- But when I click the Export Excel button, in the excel file the columns with the date format show 2020-11-30 00: 00: 00.0
>>> Expected: Just like in the display grid, in the excel file the columns with the date format show 2020.11.30