Hello All,
Is there any way by which i can get all properties of document (Excel, word or Outlook) in office 2013 app.?
Please help me on this blocker. Thanks
Oh, this is rocket science.Â
I had some research while was crafting Office.js TypeScript definitions. As far as I can see, we would need to analyse raw open xml content of the document to get all the metadata out there. Might not be that fast, actually.
The second way is to get the binary content of the file and upload it to your custom web service. The same story, not very fast.
Not sure if this is the right ways, but it might get some clue for you.