C++ .NET - Create, Read and Write Excel
Does anyone have any sample code in C++ .NET managed code to Create, Read and Write and Excel 2000 Spreadsheet? If not, can you point me in the right direction to find documentation, articles, etc.
Does anyone have any sample code in C++ .NET managed code to Create, Read and Write and Excel 2000 Spreadsheet? If not, can you point me in the right direction to find documentation, articles, etc.
Programming Word and Excel Applications
Accessing Data Sample
Automating Excel Using the Excel Object Model
Samples provided here are either in VB or C#, just convert it to C++/CLI (same objects, its the operator that differs
)...
cheers,
Paul June A. Domag
This solution worked for me.
Thanks everyone for your input,
Joel