Click here to Skip to main content
15,917,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone

I need to access/reading data row wise from excel sheet in c#.net

pls help me


Thanks
Vishal Jodh
Posted
Updated 16-Oct-12 2:25am
v2
Comments
Kuthuparakkal 16-Oct-12 8:26am    
What do you mean row wise ? explain more

1 solution

You should have done a search first, as a couple of options are available for you. First on is to use the Excel interop servoce:
http://support.microsoft.com/kb/302084[^]

One of the others is to use a OleDb connection to load the excel data.
Reading and Writing Excel using OLEDB[^]

There are also other custom ways to do this through either a library or creating you own Excel reader.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900