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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.