The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Farabi on July 22, 2010, 01:49:25 PM

Title: Excell OOP
Post by: Farabi on July 22, 2010, 01:49:25 PM
I think I saw somewhere that somebody demonstrating how to create an MS Office excell file. Anyone can help?
Title: Re: Excell OOP
Post by: oex on July 22, 2010, 03:09:07 PM
I think this is the post you mean:

http://www.masm32.com/board/index.php?topic=14397.0

There are a couple of code examples:

http://en.wikipedia.org/wiki/OLE_Automation
http://support.microsoft.com/kb/216686
http://www.codeproject.com/KB/office/MSOfficeAuto.aspx
Title: Re: Excell OOP
Post by: Biterider on July 22, 2010, 06:44:40 PM
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.

http://objasm32.winasm.net/

Biterider
Title: Re: Excell OOP
Post by: Farabi on July 23, 2010, 10:28:41 PM
Thanks
Title: Re: Excell OOP
Post by: Farabi on July 27, 2010, 02:33:13 AM
Quote from: Biterider on July 22, 2010, 06:44:40 PM
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.

http://objasm32.winasm.net/

Biterider

Does it need MS Office installed too?
Title: Re: Excell OOP
Post by: hoverlees on July 27, 2010, 09:36:06 AM
Quote from: Farabi on July 27, 2010, 02:33:13 AM
Quote from: Biterider on July 22, 2010, 06:44:40 PM
Hi
ObjAsm32 has an example how to implement a full functional Excel host in asm.

http://objasm32.winasm.net/

Biterider

Does it need MS Office installed too?

Of course you need install MS Office. The COM object must be installed.
Title: Re: Excell OOP
Post by: Biterider on July 27, 2010, 05:45:17 PM
You only need the excel installation, not the full office package.