2009
09.05

Some time ago I posted an example of Excel Automation using C++.

Here ‘s another example of Excel Automation, this time using C#. It is absulutely simple to work with all the office suite thanks to the Microsoft.Office.Interop .Net Object. Even if it’s so simple, we created a little wrapper with the Book, Sheet and App abstractions, to hide some communication details.

The code can be downloaded here.

No Comment.

Add Your Comment