all groups > inetserver asp general > december 2004 >
You're in the

inetserver asp general

group:

ASP working with MS Office


Re: ASP working with MS Office Bob Barrows [MVP]
12/29/2004 6:38:31 AM
inetserver asp general: [quoted text, click to view]
You could use Automation, but that is not recommended in server-side code:
http://support.microsoft.com/default.aspx?scid=kb;en-us;257757

You can use ADO to read Excel files. I don't have an example of this, but
Google should get you at least a few examples.

I don't have an alternative solution for Word. Maybe somebody else does.

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

ASP working with MS Office Eilsa
12/29/2004 3:08:37 PM
I want to read the MS Word and XLS documents with ASP code for searching. Is
there are any solution for me or any reference?

Thanks

Best Regards,
eilsa

Re: ASP working with MS Office io
12/31/2004 5:33:48 PM


[quoted text, click to view]

Depends on what exactly the searching is. If you want complete programmatic
control with access to internal object hierarchies you can use MS Word and
Excel object libraries, but that will definetely take some progrmming time
and most likely will be achieved by creating you custom ActiveX DLL.

Cheers

AddThis Social Bookmark Button