Link to home
Start Free TrialLog in
Avatar of sakthi_in
sakthi_in

asked on

ASP Office Automation

Hi,
   
   Is there any way to open a document from server without open/save dialog. Can we decide wat can be done thru code itself. Need some sample code too.

I need to open edit and save in server itself from my asp code.
Avatar of Big Monty
Big Monty
Flag of United States of America image

in order to display an excel doc (for example) in aweb page, you would change change the content type like this:

response.ContentType=“application/vnd.ms-excel

then create a connection to the excel doc and then manipulate the data however you want. just google "classic asp save to excel" for examples
Avatar of sakthi_in
sakthi_in

ASKER

thanks, have a got any sample code to manipulate word from server. Using server.createobject("")
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I've requested that this question be deleted for the following reason:

Not enough information to confirm an answer.
i proviced a solution and a link to code that does what the OP ask, I believe I should have the accepted answer.