I'm looking for a way to read resource strings and URLs from the add-in manifest.
Does someone know a way?
Thanks!
I'm looking for a way to read resource strings and URLs from the add-in manifest.
Does someone know a way?
Thanks!
Copyright © 2021 Jogjafile Inc.
If the manifest file is hosted anywhere and the URL is clearly defined on the web server you can use the XMLHttpRequest Web API to get the data programmatically. Otherwise, there is no way -
OfficeJSdoesn't provide anything for that.