Importing Excel File in DataGrid
I'm importing Excel file into the DataGrid. I used ADO Connection to import the excel file. All the excel file that Im using, the first column are in date format e.g. 07/14/03
Since that is a first column, when I Import it into datagrid it served as a Field.
and the value of my first Column F1. How can I get the actual value in the excel file like the 07/14/03.
Any Ideas I really appreciate.
|