1
votes

I am developing office addin using office.js. How to get desktop excel application version using office.js, this is required because, we have noticed sometime user has old version of office and not all the latest updates are updated. in that case few of the office.js apis are not working. we want to show minimum version (including build no) required message to customer on office addin taskpane.

1

1 Answers

0
votes

There's a good answer here about checking the Office environment: Neat ways to get environment (i.e. Office version)

In your case since you care about whether particular APIs are available, you should use the isSetSupported method in order to decide whether to show your users an error message for each case.