Click here to Skip to main content
16,017,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody

Any body give sample code for reading excel rows based on one particular column value
for example in my code iwant to read the total excel sheet based on
111 cell value

any body help me.....
Posted
Updated 3-Sep-11 2:29am
v2

1 solution

One way to do this is to use Interop to read values from excel. Few examples:
- Faster MS Excel Reading using Office Interop Assemblies[^]
- http://www.dotnetperls.com/excel[^]

Another way is to use OleDb, for example: http://zamov.online.fr/EXHTML/CSharp/CSharp4.html[^]
 
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