Results 1 to 4 of 4

Thread: Creating EXCEL File ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2003
    Posts
    24

    Creating EXCEL File ?

    Hmmm... I know I could do this easily in VB6 with a COM object... How can I do this in .NET without using the same COM Object... I want to create an excel file and add spread sheets to it and stuff... There must be a reference that I must use but I cannot seems to find it... Anyone ever donet hat before ? Prolly...


    thx

  2. #2
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    There must be a reference that I must use...
    Nope ... I dont reckon there is I THINK you would still have to use COM interop for the Office libraries

  3. #3
    Lively Member
    Join Date
    Apr 2003
    Posts
    114
    You may want to check out writing an Excel file directly instead of relying on a third party object. Check out wotsit.org for the file format of an Excel file. It's not real hard and it's a handy thing to know.
    I can do all things with VB.

  4. #4
    Addicted Member PeteD's Avatar
    Join Date
    Jun 2003
    Location
    Sydney
    Posts
    158
    Yes, you will have to use a COM reference. There aren't many 'managed' microsoft applications yet. .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width