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. WPF
  4. msOffice intergration

msOffice intergration

Scheduled Pinned Locked Moved WPF
comhelp
5 Posts 3 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.
  • E Offline
    E Offline
    Ed Hill _5_
    wrote on last edited by
    #1

    I have spent a few days looking now, and have had no luck, but i thought i would ask here incase any one else knew something i have missed. Is it possible to interact with msOffice applications through a silverlight website. I'm looking for the ability to create word and or excel documents programatically then launch them in word or excel. Infragistics have a component that lets you import/export data from excel, as do several other component providers, but i have not yet seen any tutorials/documentation on how this is done, any help or pointers would be appreciated.

    M M 2 Replies Last reply
    0
    • E Ed Hill _5_

      I have spent a few days looking now, and have had no luck, but i thought i would ask here incase any one else knew something i have missed. Is it possible to interact with msOffice applications through a silverlight website. I'm looking for the ability to create word and or excel documents programatically then launch them in word or excel. Infragistics have a component that lets you import/export data from excel, as do several other component providers, but i have not yet seen any tutorials/documentation on how this is done, any help or pointers would be appreciated.

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      I don't believe you'll be able to do this from a Silverlight App alone on the client side. Maybe look at the server side - ASP.NET for example. Maybe something here: Integrating Excel and Word with ASP.NET 2.0 Web Sites[^]

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      E 1 Reply Last reply
      0
      • M Mark Salsbery

        I don't believe you'll be able to do this from a Silverlight App alone on the client side. Maybe look at the server side - ASP.NET for example. Maybe something here: Integrating Excel and Word with ASP.NET 2.0 Web Sites[^]

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        E Offline
        E Offline
        Ed Hill _5_
        wrote on last edited by
        #3

        I take it the answer will be the same for intergrating with outlook too, which is a lot harder to do using web services/applications as they would need to be hosted on the PC viewing the site. The office stuff may be acceptable server side but any outlook interaction would have to be client side.

        M 1 Reply Last reply
        0
        • E Ed Hill _5_

          I take it the answer will be the same for intergrating with outlook too, which is a lot harder to do using web services/applications as they would need to be hosted on the PC viewing the site. The office stuff may be acceptable server side but any outlook interaction would have to be client side.

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          Silverlight is a browser plugin so it's pretty limited - no playing outside the browser sandbox :)

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          1 Reply Last reply
          0
          • E Ed Hill _5_

            I have spent a few days looking now, and have had no luck, but i thought i would ask here incase any one else knew something i have missed. Is it possible to interact with msOffice applications through a silverlight website. I'm looking for the ability to create word and or excel documents programatically then launch them in word or excel. Infragistics have a component that lets you import/export data from excel, as do several other component providers, but i have not yet seen any tutorials/documentation on how this is done, any help or pointers would be appreciated.

            M Offline
            M Offline
            Mike Marynowski
            wrote on last edited by
            #5

            Just send a web service request to the server with your parameters for the word/excel file, have the server create the file. The web request can bring back a temporary URL with the desired file that you would link to in a popup window.

            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