Excel and C#
-
hello, i want to guide dates from Excel to use in C# Form . can you tell me how to do ? or, i should look which books ? thank you
-
hello, i want to guide dates from Excel to use in C# Form . can you tell me how to do ? or, i should look which books ? thank you
Microsoft has a download called the tools for office, or something. That's what you need as a bridge between .NET and office, and I'm sure it comes with documentation.
Christian Graus Driven to the arms of OSX by Vista.
-
Microsoft has a download called the tools for office, or something. That's what you need as a bridge between .NET and office, and I'm sure it comes with documentation.
Christian Graus Driven to the arms of OSX by Vista.
VSTO visual studio tools for office... Or, build a c# project( a shared add-in or visual studio add-in and get the interaction between c# and excel)