3,038 questions
Hello,
Welcome to Microsoft Q&A!
There's no API to open Microsoft word app in UWP directly. You could use Launcher.LaunchFileAsync method to open an existing file to launch the word app. You could use FileOpenPicker or get the file directly from the local folder. You can download this TXT file to check it.
Thanks.