how to save two int values into two columns of excel file? and how toread them again?
-
I am using C++ in VC++ 2003 there are some examples like this http://www.codeproject.com/cpp/miniexcel.asp but I don't quite understand. I hope someone could help me or guide me to some related documents, bow!
-
I am using C++ in VC++ 2003 there are some examples like this http://www.codeproject.com/cpp/miniexcel.asp but I don't quite understand. I hope someone could help me or guide me to some related documents, bow!
bloodwinner wrote:
That article is not really "about" Excel Automation. You need to research the Microsoft Office Object Model specifically the Excel Object Model. The MSDN site has examples and of course the documentation to these COM interfaces. If you posted this in the correct forum it means you are using the .NET runtime for your project. In that case you can use the Microsoft supplied .NET libraries. http://support.microsoft.com/kb/302084[^]
led mike