View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Josh Behl Josh Behl is offline
external usenet poster
 
Posts: 1
Default Returning Values from specific cells in Excel using C#

I am trying to import an excel document from my asp.net page and capture the
values from certain cells within that doc to do further processing with that
data.

I am doing just fine with the basic opening of the document. I even set up
a range, but cannot figure out how to get the values out of that range.

I know this may be a basic question, but I'm stumped.