Amenti
Amenti

Reputation: 1570

How to embed an office document in a Metro App?

Is it possible to embed an office document in a Metro app without having to parse it manually? I'm thinking about a preview or even a the possibility to make small changes to it. I'm not asking about starting it externally but using it directly in a Metro app.

Upvotes: 0

Views: 597

Answers (2)

Teemu Tapanila
Teemu Tapanila

Reputation: 1275

I would just use webview controller and open the document from Skydrive with it.

That way you can open the document as editable or just show it.

Upvotes: 1

JP Alioto
JP Alioto

Reputation: 45127

You cannot embed directly into a Metro style app. It may be possible to do something with the Skydrive API and embedding documents, but more research would be required. Here is an example on using the Live SDK from a Metro style app.

Upvotes: 1

Related Questions