Embedding excel file in web application
-
I am working on an (web)intranet application. I am using vb.net with framework 2.0. I have few excel files which have button click events written using VBA. Now I want to show those excel files in my intranet application. I want to open those excel files in my intranet application where the users can click on the button that is placed in excel file and see the data loaded into excel. These excel files are actually excel reports which get data from sql server. In few files user has to give the date as input and data from sql server will we loaded to excel based on the date parameter. I want to know the ways of doing the above task Regards, Uma
-
I am working on an (web)intranet application. I am using vb.net with framework 2.0. I have few excel files which have button click events written using VBA. Now I want to show those excel files in my intranet application. I want to open those excel files in my intranet application where the users can click on the button that is placed in excel file and see the data loaded into excel. These excel files are actually excel reports which get data from sql server. In few files user has to give the date as input and data from sql server will we loaded to excel based on the date parameter. I want to know the ways of doing the above task Regards, Uma
This is browser depended. Once you click on the excel file link, it'll determine weather need to open on same page itself or on a new window. http://support.microsoft.com/kb/162059[^]
I appreciate your help all the time... CodingLover :)