Excel automation

  • Thread starter Thread starter Mark Goldin
  • Start date Start date
M

Mark Goldin

If I need to create a winforms application with OLE automation should I use
VB.NET or C#?
Are there good OFFICE automation examples for C#?

Thanks
 
I have created a C# application that controls Excel with OLE automation. It works fine, but my experience tells me that
- everything is not possible, you are limited to what is available in the documentatio
- everything that is documented does not always work, so you must test explicitly every function you call. The weakest point I've found is that you are never (or at best, poorly) advised of what happens inside Excel

Good luck
Alain
 

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

Back
Top