1

How to load an Excel application inside an .NET Windows client application?

The excel application should be hosted in windows form just a like any windows user control.

The loaded excel application will open a excel file created already.

Thanks

Ranganatha
  • 1,157
  • 14
  • 32
  • 4
    http://www.codeproject.com/Articles/15760/How-to-Integrate-Excel-in-a-Windows-Form-Applicati – Yatrix Nov 01 '12 at 06:39

1 Answers1

2

Microsoft released the source code for a solution called the DSOFramer (though they have since removed the solution). This solution works in some ways but introduces a lot of problems as well. If you think you have the skill and the automation approach posted on Codeproject doesn't meet your minimum requirements, then give it a shot. Our application is still utilizing the DSOFramer today, but it is really for integrated view only support.

Community
  • 1
  • 1
sintropy
  • 36
  • 3