I want the version of word on mac using the officejs API. I have tried with following code.
var initializationHelper = OSF._OfficeAppFactory.getInitializationHelper(); var hostInfo = initializationHelper._hostInfo;
But in hostInfo, hostInfo.hostSpecificFileVersion gives the officejs version as 16.00, and my mac word version is 15.24. So, please let me answer if anyone know how to get the mac word version using officejs API. Thanks in advance.