G
Guest
Good Day,
I have a web application created using ASP.NET (with VB.NET). The
application allow user to browse Excel raw data file then the program will
grab data from the file to perform further data processing.
The question is I'm doing this by creating an Excel application everytime to
do the processing which in other words ActiveX object is being created. New
release of IE is blocking the ActiveX object which causes my application fail
to perform Excel file processing.
Is there a way to perform the things the application need to do without
creating the ActiveX object? Sound like OWC only manage to allow data
populating to Excel file and not able to read data from Excel file.
Appreciate your help. Thanks!
I have a web application created using ASP.NET (with VB.NET). The
application allow user to browse Excel raw data file then the program will
grab data from the file to perform further data processing.
The question is I'm doing this by creating an Excel application everytime to
do the processing which in other words ActiveX object is being created. New
release of IE is blocking the ActiveX object which causes my application fail
to perform Excel file processing.
Is there a way to perform the things the application need to do without
creating the ActiveX object? Sound like OWC only manage to allow data
populating to Excel file and not able to read data from Excel file.
Appreciate your help. Thanks!