Embed application
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can i embed an excel application for windows form in c#. and how can I define a formula for the cell that I want. Thanks Rock Throught The Night
-
How can i embed an excel application for windows form in c#. and how can I define a formula for the cell that I want. Thanks Rock Throught The Night
Your approach will depend on what version of Office you want to automate. Take a look here to see some examples of C# and Excel. You might have a managed API to excel (newer versions) or may be interoping with COM (older versions) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrsamcodeexamplesforexcelc.asp[^] Good luck.
R.Bischoff