Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top