View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RNG RNG is offline
external usenet poster
 
Posts: 6
Default Hosting Excel in a WinForms application

Hello:

Is it possible to host Excel inside a .Net WinForms application?
My application dynamically generates an Excel workbook. I want to open
it, but don't want to launch Excel as a separate application, but rather I
want to open the workbook in a pop-up dialog from my WinForms application.

Thanks in advance!
Ram