Transfer data from excelsheet to datatable
-
I want to transfer the data from excelsheet to data table,one by one entry can any one help me to do so or send code for that in c#
-
I want to transfer the data from excelsheet to data table,one by one entry can any one help me to do so or send code for that in c#
abhijitjathar wrote:
I want to transfer the data from excelsheet to data table
Does it mean you want to read excel sheet and display data in your App or you want to export the data to some other destintaion?
abhijitjathar wrote:
one by one entry
What do you mean by this?
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
I want to transfer the data from excelsheet to data table,one by one entry can any one help me to do so or send code for that in c#
You can simply use ODBC to read data from excel to datatable.