importing excel data into datagridview as string datatype C#

May 10 2013 1:03 PM
How can i import data from excel into datagridview as string datatype in C#. or to convert datagridview.row[0].cell[0] field to string.
thank u

Answers (1)