Hi,
I want to store value for a particular column in date format.
Below is the column in my workbook:
<Workbook.Column label="lastUpdatedDate" value="lastUpdatedDate" />
How can I store this 'LastUpdatedDate' as date value when we download the excel file?
The values are getting stored as text.The column values should come as 'date' instead of 'general' so that we can sort according to dates for that column.
Thanks