Aman Sharma

Results 234 comments of Aman Sharma

@I-Al-Istannen should we mark the release as pre-release instead of latest?

@dselman To give our app access to OneDrive files. We can probably store the contract data there.

> So right now, a user is not logged in and using Word. But in order for the Add-In to use APIs, Word requires an authentication, but doesn't require logging...

> > @dselman To give our app access to OneDrive files. We can probably store the contract data there. > > Let's discuss that. I think there are advantages in...

> So right now, a user is not logged in and using Word. But in order for the Add-In to use APIs, Word requires an authentication, but doesn't require logging...

You can submit a PR for this.

This is a very good issue! Looking forward to PR for this.

I would try the following approaches: 1. Use [`delete`](https://docs.microsoft.com/en-us/javascript/api/word/word.contentcontrol?view=word-js-preview#delete_keepContent_) with `keepContent` set to `false`. This API can be triggered from the Word Add-in (maybe the document panel). We can instruct...

> Also a state templatesIns can be made to keep track of OOXML of inserted templates. So the complete OOXML of the templates can be rendered using this Not sure...