Re: Programming excel in C#
- From: "Aneesh Pulukkul[MCSD.Net]" <aneesh.p@xxxxxxxxx>
- Date: Tue, 12 Jun 2007 01:33:48 -0700
On Jun 12, 12:58 pm, b...@xxxxxxxxx wrote:
Hi,
I wish to develop some features for an excel document. The version of
excel is 2002 SP3. I'm using Visual Studio 2005. Is it possible for me
to program in C# instead of VBA?
Thanks,
Barry.
You can use VSTO.
Using namespaces:
Microsoft.Office.Interop.Excel;
Microsoft.Office.Core;
Developer reference:http://msdn2.microsoft.com/en-us/library/
bb187365.aspx
.
- References:
- Programming excel in C#
- From: bg_ie
- Programming excel in C#
- Prev by Date: Re: abstract class 'does not implement interface member ...'
- Next by Date: Re: Programming excel in C#
- Previous by thread: Programming excel in C#
- Next by thread: Re: Programming excel in C#
- Index(es):
Relevant Pages
|