How to change the excel shet column as Date Type through C# |
| Arun Kumar posted at 08-May-08 08:26 |
Hi, By default column of excel sheet are of Number Type and i want to change particular column as Date Type from C#.
I am using winform application in which i am exporting grid data to excel sheet. columns are : Part, Price, Quantity and Date of Purchase. once i have exported the data in the excel sheet , I want to change column 'Date of Purchased' as Date Type Column.
This is required because on the exported sheet user can apply the formula for calculation.
|
|