Hi,
We’re using an Office Excel Addin which is implemented using Office JS API. It exposes some custom functions (e.g. Store.Availability) the syntax looks like this
=Store.Avail(“ItemName”, [“StoreName”])
e.g. =Store…...into Excel cell, it returns a Numeric value. Now when we try to set...