This is web application. I hava a form through which I enter some data and on that basis agent runs and fetch data from oracle and export to excel. Now this excel file is creating on the server as application resides on server. Is it possible that this excel file create on client machine. What are the ways?
Have you tried with Office Web Components (OWC). You can do embedded Spreadsheets, PivotTables and Charts using OWC on a web page. Mind you this only works in ie 4> as far as I know. Please follow this link which might help you a bit more.
Is it possible without OWC? Is there any code or option which opens the excel sheet on the client machine but not on server? If there is a way then please let me know?
I’m sure you haven’t done any searches on the 4 and 5 forum. Please do search for “Web and Excel” on both the forums and there are loads of posts relating to your request. Also try this link. This is one of the possible options for generating excel report on the client…
There’s an article on how to use owc in domino on the eview website and also a sample database. Go to the following website and search for owc and download the nsf file and have a look which might help you.
Basically, I have a form which has a field which has FirstName, LastName. If user select firstname then it will run agent and it will fetch the data firstname wise and export to excel but if user select lastname then it fetch data from oracle lastname wise. This everything is doing fine but it is executing on server not on client.
It opens the new excel sheet and then populate the data and now if user want then can save that sheet. This is functioning but not on client side. I do not want to save and send file as attachment. I want that it opens the new sheet and populate data at client side not at server side. Is there any way to that?