Begin with C# Excel- How to control Excel in C#.NET
-
Tuesday, May 08, 2012 7:40 AMhi, all. I am just begining in C#.NET platform and Excel. Right now, i am trying to figure out what is Office.Interop.And wish to know more knowledge about this field. Like some tutorial for a Beginner, or skills that usually used. Can anybody provide some helpful resource?
All Replies
-
Tuesday, May 08, 2012 9:01 AM
http://www.codeproject.com/Articles/5123/Opening-and-Navigating-Excel-with-C
http://www.codeproject.com/Articles/18196/Excel-Charts-in-C-Applications
for example ...
- Marked As Answer by Pandvi Wednesday, May 09, 2012 9:31 AM
-
Wednesday, May 09, 2012 6:38 AM
Hi, Office.interop.excel is one way to work with workbook, there is other ways to edit Excel workbook, check this summary http://paradise4csharp.wordpress.com/2012/04/18/three-ways-to-operate-excel-workbook-via-c/
And there is also some skill always used to control Excel:
-
Wednesday, May 09, 2012 9:31 AM
Thank you, cathrin. I like the chart articles and its source code.
Regards
Pandvi
-
Wednesday, May 09, 2012 9:35 AM
Hi Green,
Thanks. What if I wish to use OleBD, where can i find some best resource, as you and cathrin introduced the same way office.interop.excel.
Regards
Pandvi
-
Wednesday, May 09, 2012 1:38 PM
http://www.connectionstrings.com/excelHi Green,
Thanks. What if I wish to use OleBD, where can i find some best resource, as you and cathrin introduced the same way office.interop.excel.
Regards
Pandvi
-
Thursday, May 10, 2012 2:17 AMGood link +1, Refer to cathrin's link.

