Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Active X and component for ms office

0 views
Skip to first unread message

Fab

unread,
Feb 27, 2002, 9:39:34 AM2/27/02
to
Hi,

is there someone who know where i can find a component to create a Word
document or Excel document in ASP language

Thanks

Fab.


Adrian Forbes [MVP]

unread,
Feb 27, 2002, 10:38:23 AM2/27/02
to
Microsoft Word and Microsoft Excel respectively :)

"Fab" <fthi...@ifrance.com> wrote in message
news:3c7ceef3$0$14910$626a...@news.free.fr...

Steve Brereton

unread,
Feb 27, 2002, 10:39:39 AM2/27/02
to
funny you should mention that, but I've been hunting for just that and found
it - creatobject("Word.Application") - haven't found the properties/methods
yet though.

"Fab" <fthi...@ifrance.com> wrote in message
news:3c7ceef3$0$14910$626a...@news.free.fr...

Stephanie

unread,
Feb 27, 2002, 12:54:36 PM2/27/02
to
Word and Excel are both ActiveX Exe's which mean that, in addition to
working as desktop applications, they expose their objects like an ActiveX
dll. So, if you have them installed on the server, you can use the objects.
I do not think that the object model help is installed by default, so when
you do the install look and see if there is a help file to install (which I
would do on development server but not production myself.)

S

"Fab" <fthi...@ifrance.com> wrote in message
news:3c7ceef3$0$14910$626a...@news.free.fr...

Tim Williams

unread,
Feb 27, 2002, 11:30:30 PM2/27/02
to
For Excel:
http://www.softartisans.com/softartisans/excelwriter.html

For Word, try using rtf.

Not recommended to use either Excel or Word on the server.

Tim


"Fab" <fthi...@ifrance.com> wrote in message
news:3c7ceef3$0$14910$626a...@news.free.fr...

0 new messages