Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Working on with word files

Working on with word files

Scheduled Pinned Locked Moved C#
csharpwpfhelptutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CodingLover
    wrote on last edited by
    #1

    Hi all, I have a word file in a format (means some text ans a table, etc...) and I want to create different files by changing different places on it. How can I do this in C#. I've heard that dot file use as templates and work on. But I couldn't find any article. Can anyone of you guide me. Thanks.

    I appreciate your help all the time... CodingLover :)

    C 1 Reply Last reply
    0
    • C CodingLover

      Hi all, I have a word file in a format (means some text ans a table, etc...) and I want to create different files by changing different places on it. How can I do this in C#. I've heard that dot file use as templates and work on. But I couldn't find any article. Can anyone of you guide me. Thanks.

      I appreciate your help all the time... CodingLover :)

      C Offline
      C Offline
      Christo667
      wrote on last edited by
      #2

      The nmost likely API set you want is the VSTO interface from Microsoft. It's a .NET Interop Assembly to the MS Office COM API's. It is an enormous set of API's, a COM wrapper with all the COM pitfalls plus the myriad versions of MS Office, so test thoroughly. There is a ton of information on using VSTO you can find on the web. Here is a starting point: http://msdn.microsoft.com/en-us/vsto/dd164295.aspx[^] -- Christo

      C 1 Reply Last reply
      0
      • C Christo667

        The nmost likely API set you want is the VSTO interface from Microsoft. It's a .NET Interop Assembly to the MS Office COM API's. It is an enormous set of API's, a COM wrapper with all the COM pitfalls plus the myriad versions of MS Office, so test thoroughly. There is a ton of information on using VSTO you can find on the web. Here is a starting point: http://msdn.microsoft.com/en-us/vsto/dd164295.aspx[^] -- Christo

        C Offline
        C Offline
        CodingLover
        wrote on last edited by
        #3

        Thanks a lot. I'll go through it and let you know if I'm stuck on anything.

        I appreciate your help all the time... CodingLover :)

        C 1 Reply Last reply
        0
        • C CodingLover

          Thanks a lot. I'll go through it and let you know if I'm stuck on anything.

          I appreciate your help all the time... CodingLover :)

          C Offline
          C Offline
          Christo667
          wrote on last edited by
          #4

          Hey, no problem. VSTO is pretty huge -- there are many API's for each of the Microsoft Office applications, particularly Word and Excel. As a tip, I've found one is better off using Google or some other web search engine to ask questions about VSTO API's and how to do things. Programmers frequently post questions about VSTO workings, and the programmers' forums on the web (including CodeProject!) are often a much better resource than the Microsoft documentation. VSTO is an interop assembly for the long term established COM interface to Office, it has been under development for a long, long, time, and it is enormous.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups