Excel Problem
-
Hi everyone , i need a way to embed excel sheet in my windows form in C# i need a way to embed it in my application either depending on preinstalled office package or without , i don't care , i just need to show the excel sheet hosted within my windows form application . is there a way ????
Human knowledge belongs to the world.
-
Hi everyone , i need a way to embed excel sheet in my windows form in C# i need a way to embed it in my application either depending on preinstalled office package or without , i don't care , i just need to show the excel sheet hosted within my windows form application . is there a way ????
Human knowledge belongs to the world.
You should look at the Office Web Components. I believe there is an excel worksheet object that can be added to a window's form. See the wikipedia entry: http://en.wikipedia.org/wiki/Office_Web_Components[^]
-
You should look at the Office Web Components. I believe there is an excel worksheet object that can be added to a window's form. See the wikipedia entry: http://en.wikipedia.org/wiki/Office_Web_Components[^]
First thank you for your honest reply . i have looked at the web page you have sent to me , but they said that the web components are discontinued for office 2007 . any way , i have found a good solution , really amazing solution , it is called DSO Framer ActiveX control from microsoft , it is built using c++ , it is a collection of c++ wrappers that can open any type of office files embedded into your windows application , it is awesome my friend you should look at it . you can go to cnet.com and search for dsoframer , when you download it you will find good samples written in c++ and vb.net that uses that amazing control to host office files , it is really awesome . do you know any way to embed pdf files as well ??? Thank you my friend for your reply
Human knowledge belongs to the world.
-
First thank you for your honest reply . i have looked at the web page you have sent to me , but they said that the web components are discontinued for office 2007 . any way , i have found a good solution , really amazing solution , it is called DSO Framer ActiveX control from microsoft , it is built using c++ , it is a collection of c++ wrappers that can open any type of office files embedded into your windows application , it is awesome my friend you should look at it . you can go to cnet.com and search for dsoframer , when you download it you will find good samples written in c++ and vb.net that uses that amazing control to host office files , it is really awesome . do you know any way to embed pdf files as well ??? Thank you my friend for your reply
Human knowledge belongs to the world.