Discussion:
Excel in VC++
(too old to reply)
s***@gmail.com
2015-04-24 12:21:04 UTC
Permalink
How to open a excel file in mfc vc++? I don't want to read data from file. I wanted to simply show the excel file as we double click the excel file
Alexander Sailer
2015-04-28 07:01:49 UTC
Permalink
Post by s***@gmail.com
How to open a excel file in mfc vc++? I don't want to read data from file. I wanted to simply show the excel file as we double click the excel file
Therefore you could use ShellExecute(Ex). Please have in mind Excel (or another app for the file) has to be installed.

MfG
Alexander
s***@gmail.com
2015-04-29 11:01:09 UTC
Permalink
Post by Alexander Sailer
Post by s***@gmail.com
How to open a excel file in mfc vc++? I don't want to read data from file. I wanted to simply show the excel file as we double click the excel file
Therefore you could use ShellExecute(Ex). Please have in mind Excel (or another app for the file) has to be installed.
MfG
Alexander
Thanks for your solution. It works!

Continue reading on narkive:
Loading...