Monday, July 27, 2009

How to read data from excel sheet in Asp.net using C#?

I have a dotnet application in which i have to import data from an excel sheet and store datas in mysql table to display those datas in my dotnet application. Iam using this datas to display datas for generating employee salary slip in my dotnet application. pls do help me with source code in C#.

How to read data from excel sheet in Asp.net using C#?
Have you tried creating an ODBC connection to the Excel file. Then you could access the workbook just like a database.


No comments:

Post a Comment