C# and excel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2FybGl0b3M=?=

    C# and excel

    Hello guys,
    I am quite new to C# and the .NET environment. I am working in visual C#
    2005 profesional edition and excel 2003. I have several excel file templates.
    This files are being used and manipulated to display invoices, etc. The data
    is comming from sql server 2005.
    I want to be able to work with these templates using C#. I want to open and
    manipulate these files.
    I need information on how to accomplish this. Any site to read about this?
    Any information how is the best way to do this? Any comment will be
    appreciated.
    Thanks


  • doofy

    #2
    Re: C# and excel

    Carlitos wrote:
    Hello guys,
    I am quite new to C# and the .NET environment. I am working in visual C#
    2005 profesional edition and excel 2003. I have several excel file templates.
    This files are being used and manipulated to display invoices, etc. The data
    is comming from sql server 2005.
    I want to be able to work with these templates using C#. I want to open and
    manipulate these files.
    I need information on how to accomplish this. Any site to read about this?
    Any information how is the best way to do this? Any comment will be
    appreciated.
    Thanks
    >
    >
    I can post some vb.net code that you might be able to adapt.

    Comment

    • =?Utf-8?B?Q2FybGl0b3M=?=

      #3
      Re: C# and excel

      Doofy,
      If you don't mind. Thanks.

      "doofy" wrote:
      Carlitos wrote:
      Hello guys,
      I am quite new to C# and the .NET environment. I am working in visual C#
      2005 profesional edition and excel 2003. I have several excel file templates.
      This files are being used and manipulated to display invoices, etc. The data
      is comming from sql server 2005.
      I want to be able to work with these templates using C#. I want to open and
      manipulate these files.
      I need information on how to accomplish this. Any site to read about this?
      Any information how is the best way to do this? Any comment will be
      appreciated.
      Thanks
      >
      I can post some vb.net code that you might be able to adapt.
      >

      Comment

      Working...