locked
Work with office file (.docx, .xlsx) RRS feed

  • Question

  • Hi!
    How can I open/create/save/change any word file? Can I use some library or must write myself?
    I known that docx file is archive with xml documents, but how I can change, for ex., some paragraph/text/etc.?
    Thanks!
    Friday, March 20, 2015 3:35 PM

Answers

  • There are no native controls for working with docx files in Windows Store APIs. You may be able to find a third-party control that does this.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Friday, March 20, 2015 7:13 PM
    Moderator

All replies

  • There are no native controls for working with docx files in Windows Store APIs. You may be able to find a third-party control that does this.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Friday, March 20, 2015 7:13 PM
    Moderator
  • Hi, everyone!
    I want open and display Excel file (with the ability to edit). Can you recommended some controls for this?
    I think the best from all is componenone, have anyone expirience with it or have expirience with others controls?
    Thursday, March 26, 2015 7:28 AM