Answered by:
Work with office file (.docx, .xlsx)

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!- Edited by Mykyta Bondarenko Thursday, March 26, 2015 7:24 AM
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.- Marked as answer by Mykyta Bondarenko Monday, March 23, 2015 3:12 PM
Friday, March 20, 2015 7:13 PMModerator
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.- Marked as answer by Mykyta Bondarenko Monday, March 23, 2015 3:12 PM
Friday, March 20, 2015 7:13 PMModerator -
Syncfusion has a class for this
Sunday, March 22, 2015 12:55 PM -
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