|
-
June 19th, 2001, 05:52 AM
#1
open Excel sheet via VC++
hello to all of u,
how can i open an existing Excel sheet via automation (what r the appropriate classes ?) ?
millions thanks.
-
June 19th, 2001, 06:08 AM
#2
Re: open Excel sheet via VC++
Use CreateFileMoniker, then BindToObject.
Alex.
-
June 19th, 2001, 01:00 PM
#3
Re: open Excel sheet via VC++
Hi!
I have seen a lot of smart book, which describe OLE Automation. They have examples for automating Excel. Unfortunately, it does not work. I tryed do it, but... Too many bugs here. May be the examples was old and the bugs are fixed now. It was 3 years old.
If you are interested in it yet, I can try to find one of the exaples and print here. As I remember, it is not big.
-
June 19th, 2001, 01:44 PM
#4
Re: open Excel sheet via VC++
Hi yaishb,
U need to make automation client for that. Get the guid of the excel object. using this guid make the object of the excel sheet. Then using this pointer u can access the excel sheet methods. {Read how to make automation client in VC++)
If this help you anyway kindly rate the post.
bye,
Manish Chaudhari
-
June 19th, 2001, 02:34 PM
#5
Re: open Excel sheet via VC++
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|