Reading from an excel document

  • Thread starter Thread starter Dan Aldean
  • Start date Start date
D

Dan Aldean

I would like to read cells from an excel document. Does anyone have a smple
of code for that please?
Thanks
 
Here are some COM interop samples for Excel and
C#:

http://www.eggheadcafe.com/articles/20021012.asp
http://www.eggheadcafe.com/articles/create_macro_at_runtime_in_dotnet.asp

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top