Reading excel data cell by cell

  • Thread starter Thread starter Shilpa
  • Start date Start date
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
 
Shilpa,
I'm afraid your list of conditions have simply "i do not want to"-ed you out
of the ballgame, unless you want to use a third-party component that can read
Excel Workbooks.

Peter
 
Back
Top