I/O to excel from C++

S

Sourav

Hi,
Can any one help me with how to get I/O from/to excel for the
Subroutine/Function in C++.

Thanks
Sourav
(e-mail address removed)
 
M

Mike Wahler

Sourav said:
Hi,
Can any one help me with how to get I/O from/to excel for the
Subroutine/Function in C++.

What you ask about is outside the scope of comp.lang.c++.
However, Microsoft publishes API and documentation for this.
www.msdn.microsoft.com
That site also lists many newsgroups where various
MS tools and technologies are topical.

-Mike
 
J

Jim Langston

Mike Wahler said:
What you ask about is outside the scope of comp.lang.c++.
However, Microsoft publishes API and documentation for this.
www.msdn.microsoft.com
That site also lists many newsgroups where various
MS tools and technologies are topical.

-Mike

In addtion, Openoffice provides the source, they may have an API (not sure).
 
A

AnonMail2005

Hi,
Can any one help me with how to get I/O from/to excel for the
Subroutine/Function in C++.

Thanks
Sourav
(e-mail address removed)

This book has it all. I've linked the Amazon.com listing of the book:
http://www.amazon.com/Excel-Add-Development-C++-Applications/dp/0470024690

We use Excel as a front end and do all our programming
in C++. We started with this book and built up some
C++ infrastructure (not much) to make it easier to work
with - the Excel interface is in C.

If you check google, you can find some project source that
do some of this work for you. You can choose to use that
or build it from scratch.

Hope that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top