Click to See Complete Forum and Search --> : Automation of MsOffice


Bajwagr8
April 1st, 2003, 12:20 AM
Hi
I am looking for the Automation of Ms Office Files (.doc, .xls) to the Web Pages using VC6. Actually this automation should also be able to make the Web Pages' formatting to the standard format of the Web Page. How can i achieve this?
Lateron i also have to convert the jpeg file, Visio file etc. Can anyone help me out.
Thanx.

Wfranc
April 1st, 2003, 12:32 AM
Copy your post here and create a thread in Windows forum...:)
You know, because this is Chit CHat palce, I guess people even when they know they rarely answer...
I am sorry as I know nothing about what you are asking here...
:)

galathaea
April 1st, 2003, 01:21 AM
You need to make an ActiveX object embedded on the page (properly signed!) which then calls on the appropriate COM automation for the Office pieces you want to automate. You take a similar tactic for any automation from webpages. Depending on what you want to do, you may have to study the object models for the applications you wish to automate, and you may also need to study IE's document object model, the scripting objects, and other related fragments. But to give any really good advice, we would need to know what you are familiar with and what parts you are having trouble with.