Reading excel data cell by cell in C#

S

Shilpa

Hi,

I want to read excel data cell by cell using C#.
I do not want to use a connection and say "select * from Sheet1"
I do not want to use the COM Excel 11 library.
I do not want to create an Excel .Net project.
Please let me know if there is a way along with sample code.

Thanks,
Shilpa
 
Top