View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LBT LBT is offline
external usenet poster
 
Posts: 7
Default Office Web Component

Good day,

I would like to process and grab data from Excel file using ASP.Net. The old
method is to use ActiveX object (create an Excel application object for
processing). However, ActiveX seem having lot of hard time with the new
release of IE.

Heard that there is an object called Office Web Component (OWC) which could
be used to read Excel file without the need to create an ActiveX object. Is
this true?

Could anyone throw me with some web sites explicitly explain the using of
OWC in Excel programming? I just need to perform read data action from Excel
specific cell, unrelevant worksheet deletion to Excel file and save the Excel
file for user reference.

Thanks a lot :p